MCPcopy Create free account
hub / github.com/python/cpython / get_stderr

Method get_stderr

Lib/wsgiref/handlers.py:433–435  ·  view source on GitHub ↗

Override in subclass to return suitable 'wsgi.errors

(self)

Source from the content-addressed store, hash-verified

431 raise NotImplementedError
432
433 def get_stderr(self):
434 """Override in subclass to return suitable 'wsgi.errors'"""
435 raise NotImplementedError
436
437 def add_cgi_vars(self):
438 """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