Home
last modified time | relevance | path

Searched refs:_BITS_TRANS (Results 1 – 1 of 1) sorted by relevance

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