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_pep492.py:19–20 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
17
# Test that asyncio.iscoroutine() uses collections.abc.Coroutine
18
class
FakeCoro:
19
def
send(self, value):
20
pass
21
22
def
throw(self, typ, val=None, tb=None):
23
pass
Callers
15
child
Method · 0.45
test_future_stop_iteration_args
Method · 0.45
close
Method · 0.45
_run_once
Method · 0.45
client
Method · 0.45
client
Method · 0.45
server
Method · 0.45
test_not_implemented
Method · 0.45
stop
Method · 0.45
_basetest_sock_send_racing
Method · 0.45
test_suspended
Method · 0.45
test_closed_after_exhaustion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected