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

Method __init__

Lib/wsgiref/handlers.py:536–540  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

534 os_environ = {}
535
536 def __init__(self):
537 BaseCGIHandler.__init__(
538 self, sys.stdin.buffer, sys.stdout.buffer, sys.stderr,
539 read_environ(), multithread=False, multiprocess=True
540 )
541
542
543class IISCGIHandler(BaseCGIHandler):

Callers 1

__init__Method · 0.45

Calls 1

read_environFunction · 0.85

Tested by

no test coverage detected