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