Searched refs:_portprog (Results 1 – 2 of 2) sorted by relevance
1086 _portprog = None variable1089 global _portprog1090 if _portprog is None:1091 _portprog = re.compile('(.*):([0-9]*)', re.DOTALL)1093 match = _portprog.fullmatch(host)
1132 _portprog = None variable1135 global _portprog1136 if _portprog is None:1138 _portprog = re.compile('^(.*):([0-9]*)$')1140 match = _portprog.match(host)