Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
56
class
DummyRequestHandler(NoLogRequestHandler, SimpleHTTPRequestHandler):
Callers
8
test_latin1_header
Method · 0.45
test_error_content_length
Method · 0.45
test_send_error
Method · 0.45
test_head_via_send_error
Method · 0.45
check_status_and_reason
Method · 0.45
test_list_dir_with_query_and_fragment
Method · 0.45
_readAndReseek
Method · 0.45
fetch_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected