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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py49 wsgi_run_once = False variable in class:BaseHandler
105 env['wsgi.run_once'] = self.wsgi_run_once
440 wsgi_run_once = True variable in class:CGIHandler
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dhandlers.py49 wsgi_run_once = False variable in class:BaseHandler
105 env['wsgi.run_once'] = self.wsgi_run_once
440 wsgi_run_once = True variable in class:CGIHandler

Completed in 74 milliseconds