Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ send
Method
send
Lib/test/test_coroutines.py:800–802 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
798
def
nop():
799
yield
800
async
def
send():
801
await nop()
802
return
'spam'
803
async
def
read(coro):
804
await nop()
805
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