Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sendall
Method
sendall
Lib/test/test_httplib.py:66–68 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
64
self.port = port
65
66
def
sendall(self, data):
67
self.sendall_calls += 1
68
self.data += data
69
70
def
makefile(self, mode, bufsize=None):
71
if
mode !=
'r'
and mode !=
'rb'
:
Callers
2
run_server
Method · 0.45
test_response_fileno
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected