Home
last modified time | relevance | path

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

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