Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ send
Method
send
Lib/test/test_asyncio/test_events.py:65–66 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
63
64
class
CoroLike:
65
def
send(self, v):
66
pass
67
68
def
throw(self, *exc):
69
pass
Callers
4
writer
Method · 0.45
test_create_server_sock
Method · 0.45
test_create_server_dual_stack
Method · 0.45
test_server_close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected