Home
last modified time | relevance | path

Searched refs:_cut_port_re (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py207 _cut_port_re = re.compile(r":\d+$") variable
221 host = _cut_port_re.sub("", host, 1)
/external/python/cpython3/Lib/urllib/
Drequest.py298 _cut_port_re = re.compile(r":\d+$", re.ASCII) variable
312 host = _cut_port_re.sub("", host, 1)