MCPcopy 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_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