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

Method read

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

Source from the content-addressed store, hash-verified

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

Callers 8

test_latin1_headerMethod · 0.45
test_send_errorMethod · 0.45
_readAndReseekMethod · 0.45
fetch_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected