Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sendall
Method
sendall
Lib/test/test_urllib.py:42–43 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
40
io_refs = 1
41
42
def
sendall(self, data):
43
FakeHTTPConnection.buf = data
44
45
def
makefile(self, *args, **kwds):
46
self.io_refs += 1
Callers
15
send
Method · 0.45
send
Method · 0.45
emit
Method · 0.45
_sample_frames
Method · 0.45
test_cache_vs_no_cache_equivalence
Method · 0.45
test_cache_per_thread_isolation
Method · 0.45
test_get_stats
Method · 0.45
test_get_stats_disabled_raises
Method · 0.45
test_control_and_wait
Method · 0.45
_run_remote_exec_test
Method · 0.45
ssl_io_loop
Method · 0.45
test_recv_send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected