MCPcopy 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_asyncFunction · 0.45
run_async__await__Function · 0.45
test_func_6Method · 0.45
test_func_10Method · 0.45
gMethod · 0.45
test_func_12Method · 0.45
test_func_13Method · 0.45
test_func_14Method · 0.45
test_func_15Method · 0.45
test_func_16Method · 0.45
test_func_17Method · 0.45
test_func_18Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected