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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.45

Calls 1

read_environFunction · 0.85

Tested by

no test coverage detected