MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/test/test_wsgiref.py:530–535  ·  view source on GitHub ↗
(self,**kw)

Source from the content-addressed store, hash-verified

528 os_environ = dict(os.environ.items())
529
530 def __init__(self,**kw):
531 setup_testing_defaults(kw)
532 BaseCGIHandler.__init__(
533 self, BytesIO(), BytesIO(), StringIO(), kw,
534 multithread=True, multiprocess=True
535 )
536
537class TestHandler(ErrorHandler):
538 """Simple handler subclass for testing BaseHandler, w/error passthru"""

Callers

nothing calls this directly

Calls 4

setup_testing_defaultsFunction · 0.90
BytesIOClass · 0.90
StringIOClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected