Lines Matching refs:BYTES
19 BYTES = bytes_from_str = lambda x: x.encode('ascii')
22 BYTES = bytes_from_str = lambda x: x
675 if STR is BYTES and sys.version_info >= (3,):
823 if STR is BYTES:
892 if STR is BYTES:
1072 if STR is BYTES:
1293 if STR is BYTES: return big_s_bytes
1332 if STR is BYTES:
1341 if STR is BYTES:
1430 p("bytes\tunicode")
1446 bytes_time = BenchTimer("__main__.%s(__main__.BYTES)" % (k,),