Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ send
Method
send
Lib/test/test_coroutines.py:795–797 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
793
def
nop():
794
yield
795
async
def
send():
796
await nop()
797
return
'spam'
798
async
def
read(coro):
799
await nop()
800
return
await coro
Callers
15
run_async
Function · 0.45
run_async__await__
Function · 0.45
test_func_6
Method · 0.45
test_func_10
Method · 0.45
g
Method · 0.45
test_func_12
Method · 0.45
test_func_13
Method · 0.45
test_func_14
Method · 0.45
test_func_15
Method · 0.45
test_func_16
Method · 0.45
test_func_17
Method · 0.45
test_func_18
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected