Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py1134 _queryprog = None variable
1137 global _queryprog
1138 if _queryprog is None:
1140 _queryprog = re.compile('^(.*)\?([^?]*)$')
1142 match = _queryprog.match(url)