MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

516 os_environ = dict(os.environ.items())
517
518 def __init__(self,**kw):
519 setup_testing_defaults(kw)
520 BaseCGIHandler.__init__(
521 self, BytesIO(), BytesIO(), StringIO(), kw,
522 multithread=True, multiprocess=True
523 )
524
525class TestHandler(ErrorHandler):
526 """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