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

Method get_stdin

Lib/wsgiref/handlers.py:429–431  ·  view source on GitHub ↗

Override in subclass to return suitable 'wsgi.input

(self)

Source from the content-addressed store, hash-verified

427 raise NotImplementedError
428
429 def get_stdin(self):
430 """Override in subclass to return suitable 'wsgi.input'"""
431 raise NotImplementedError
432
433 def get_stderr(self):
434 """Override in subclass to return suitable 'wsgi.errors'"""

Callers 2

setup_environMethod · 0.95
testEnvironMethod · 0.45

Calls

no outgoing calls

Tested by 1

testEnvironMethod · 0.36