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

Method read

Lib/test/test_httpservers.py:50–51  ·  view source on GitHub ↗
(self, n=None)

Source from the content-addressed store, hash-verified

48 pass
49
50 def read(self, n=None):
51 return ''
52
53
54class DummyRequestHandler(NoLogRequestHandler, SimpleHTTPRequestHandler):

Calls

no outgoing calls

Tested by

no test coverage detected