Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py48 wsgi_multiprocess = True variable in BaseHandler
108 env['wsgi.multiprocess'] = self.wsgi_multiprocess
379 self.wsgi_multiprocess = multiprocess
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py100 wsgi_multiprocess = True variable in BaseHandler
160 env['wsgi.multiprocess'] = self.wsgi_multiprocess
441 self.wsgi_multiprocess = multiprocess
/external/python/cpython2/Doc/library/
Dwsgiref.rst558 .. attribute:: BaseHandler.wsgi_multiprocess
/external/python/cpython3/Doc/library/
Dwsgiref.rst590 .. attribute:: BaseHandler.wsgi_multiprocess