Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Doc/library/
Dwsgiref.rst599 .. attribute:: BaseHandler.wsgi_run_once