Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py1100 _portprog = None variable
1103 global _portprog
1104 if _portprog is None:
1106 _portprog = re.compile('^(.*):([0-9]+)$')
1108 match = _portprog.match(host)