Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_send
Method
test_send
Lib/test/_test_eintr.py:298–299 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
296
self.assertEqual(proc.wait(), 0)
297
298
def
test_send(self):
299
self._test_send(socket.socket.send)
300
301
def
test_sendall(self):
302
self._test_send(socket.socket.sendall)
Callers
nothing calls this directly
Calls
1
_test_send
Method · 0.95
Tested by
no test coverage detected