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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Durllib.py1119 _portprog = None variable
1122 global _portprog
1123 if _portprog is None:
1125 _portprog = re.compile('^(.*):([0-9]+)$')
1127 match = _portprog.match(host)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Durllib.py1119 _portprog = None variable
1122 global _portprog
1123 if _portprog is None:
1125 _portprog = re.compile('^(.*):([0-9]+)$')
1127 match = _portprog.match(host)

Completed in 138 milliseconds