Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/wsgiref/
Dhandlers.py101 wsgi_run_once = False variable in BaseHandler
161 env['wsgi.run_once'] = self.wsgi_run_once
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
105 env['wsgi.run_once'] = self.wsgi_run_once
440 wsgi_run_once = True variable in CGIHandler
/external/python/cpython2/Doc/library/
Dwsgiref.rst565 .. attribute:: BaseHandler.wsgi_run_once
/external/python/cpython3/Doc/library/
Dwsgiref.rst599 .. attribute:: BaseHandler.wsgi_run_once