Home | History | Annotate | Download | only in python2.7

Lines Matching full:_portprog

1119 _portprog = None
1122 global _portprog
1123 if _portprog is None:
1125 _portprog = re.compile('^(.*):([0-9]+)$')
1127 match = _portprog.match(host)