Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib.py1148 _nportprog = None variable
1154 global _nportprog
1155 if _nportprog is None:
1157 _nportprog = re.compile('^(.*):(.*)$')
1159 match = _nportprog.match(host)