Home
last modified time | relevance | path

Searched defs:wsgi_run_once (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/wsgiref/
Dhandlers.py101 wsgi_run_once = False variable in BaseHandler
525 wsgi_run_once = True variable in CGIHandler
545 wsgi_run_once = True variable in IISCGIHandler
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py49 wsgi_run_once = False variable in BaseHandler
440 wsgi_run_once = True variable in CGIHandler