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

Method get_stderr

Lib/wsgiref/simple_server.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 return env
106
107 def get_stderr(self):
108 return sys.stderr
109
110 def handle(self):
111 """Handle a single HTTP request"""

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected