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

Method add_cgi_vars

Lib/wsgiref/handlers.py:437–439  ·  view source on GitHub ↗

Override in subclass to insert CGI variables in 'self.environ

(self)

Source from the content-addressed store, hash-verified

435 raise NotImplementedError
436
437 def add_cgi_vars(self):
438 """Override in subclass to insert CGI variables in 'self.environ'"""
439 raise NotImplementedError
440
441
442class SimpleHandler(BaseHandler):

Callers 1

setup_environMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected