Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dpysource.py25 binary_re = re.compile('[\x00-\x08\x0E-\x1F\x7F]') variable
61 if binary_re.search(line):