Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcgi.py1009 _vb_pattern = b"^[ -~]{0,200}[!-~]$"
1011 _vb_pattern = "^[ -~]{0,200}[!-~]$"
1012 return re.match(_vb_pattern, s)
/external/python/cpython2/Lib/
Dcgi.py1050 def valid_boundary(s, _vb_pattern="^[ -~]{0,200}[!-~]$"): argument
1052 return re.match(_vb_pattern, s)