Searched refs:_portprog (Results 1 – 1 of 1) sorted by relevance
1101 _portprog = None variable1104 global _portprog1105 if _portprog is None:1106 _portprog = re.compile('(.*):([0-9]*)', re.DOTALL)1108 match = _portprog.fullmatch(host)