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

Method get_stdin

Lib/wsgiref/handlers.py:426–428  ·  view source on GitHub ↗

Override in subclass to return suitable 'wsgi.input

(self)

Source from the content-addressed store, hash-verified

424 raise NotImplementedError
425
426 def get_stdin(self):
427 """Override in subclass to return suitable 'wsgi.input'"""
428 raise NotImplementedError
429
430 def get_stderr(self):
431 """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