Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_compile.py409 _CODEBITS = _sre.CODESIZE * 8 variable
411 def _mk_bitmap(bits, _CODEBITS=_CODEBITS, _int=int): argument
413 return [_int(s[i - _CODEBITS: i], 2)
414 for i in range(len(s), 0, -_CODEBITS)]