MCPcopy 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

sendMethod · 0.45
sendMethod · 0.45
emitMethod · 0.45
_sample_framesMethod · 0.45
test_get_statsMethod · 0.45
test_control_and_waitMethod · 0.45
_run_remote_exec_testMethod · 0.45
ssl_io_loopMethod · 0.45
test_recv_sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected