Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Dparse.py642 _asciire = re.compile('([\x00-\x7f]+)') variable
663 bits = _asciire.split(string)