Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Dparse.py1103 _portprog = None variable
1106 global _portprog
1107 if _portprog is None:
1108 _portprog = re.compile('(.*):([0-9]*)', re.DOTALL)
1110 match = _portprog.fullmatch(host)