Searched refs:_tagprog (Results 1 – 1 of 1) sorted by relevance
1182 _tagprog = None variable1185 global _tagprog1186 if _tagprog is None:1188 _tagprog = re.compile('^(.*)#([^#]*)$')1190 match = _tagprog.match(url)