Lines Matching full:_portprog
1119 _portprog = None1122 global _portprog1123 if _portprog is None:1125 _portprog = re.compile('^(.*):([0-9]+)$')1127 match = _portprog.match(host)