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

Method get_stderr

Lib/wsgiref/handlers.py:430–432  ·  view source on GitHub ↗

Override in subclass to return suitable 'wsgi.errors

(self)

Source from the content-addressed store, hash-verified

428 raise NotImplementedError
429
430 def get_stderr(self):
431 """Override in subclass to return suitable 'wsgi.errors'"""
432 raise NotImplementedError
433
434 def add_cgi_vars(self):
435 """Override in subclass to insert CGI variables in 'self.environ'"""

Callers 2

setup_environMethod · 0.95
log_exceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected