Home | History | Annotate | Download | only in python2.7

Lines Matching full:chr

343     chr(x + 32 if x >= ord('A') and x <= ord('Z') else x)