Searched defs:_BITS_TRANS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dsre_compile.py410 _BITS_TRANS = b'0' + b'1' * 255 variable
412 s = bytes(bits).translate(_BITS_TRANS)[::-1]
/external/python/cpython3/Lib/
H A Dsre_compile.py375 _BITS_TRANS = b'0' + b'1' * 255 variable
377 s = bits.translate(_BITS_TRANS)[::-1]

Completed in 152 milliseconds