Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dvalidate.py119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$') variable
400 assert_(header_re.search(name), "Bad header name: %r" % name)