Home
last modified time | relevance | path

Searched refs:_contains_disallowed_method_pchar_re (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/http/
H A Dclient.py154 _contains_disallowed_method_pchar_re = re.compile('[\x00-\x1f]') variable
1220 match = _contains_disallowed_method_pchar_re.search(method)

Completed in 2 milliseconds