Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ coroutine
Method
coroutine
Lib/test/test_inspect/test_inspect.py:2902–2903 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2900
for
number in range(5):
2901
yield
number
2902
async
def
coroutine():
2903
await number_coroutine()
2904
self.coroutine = coroutine()
2905
2906
def
tearDown(self):
Callers
1
test_handle_repr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected