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

Lines Matching refs:_hostprog

1077 _hostprog = None
1080 global _hostprog
1081 if _hostprog is None:
1083 _hostprog = re.compile('^//([^/?]*)(.*)$')
1085 match = _hostprog.match(url)