Searched refs:_queryprog (Results 1 – 1 of 1) sorted by relevance
1134 _queryprog = None variable1137 global _queryprog1138 if _queryprog is None:1140 _queryprog = re.compile('^(.*)\?([^?]*)$')1142 match = _queryprog.match(url)