Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dhandlers.py100 wsgi_multiprocess = True variable in BaseHandler
164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
455 self.wsgi_multiprocess = multiprocess
/third_party/python/Doc/library/
Dwsgiref.rst592 .. attribute:: BaseHandler.wsgi_multiprocess