Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py47 wsgi_multithread = True variable in BaseHandler
107 env['wsgi.multithread'] = self.wsgi_multithread
378 self.wsgi_multithread = multithread
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py99 wsgi_multithread = True variable in BaseHandler
163 env['wsgi.multithread'] = self.wsgi_multithread
454 self.wsgi_multithread = multithread
/external/python/cpython2/Doc/library/
Dwsgiref.rst551 .. attribute:: BaseHandler.wsgi_multithread
/external/python/cpython3/Doc/library/
Dwsgiref.rst585 .. attribute:: BaseHandler.wsgi_multithread