Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ foo
Method
foo
Lib/test/test_asyncio/test_pep492.py:112–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
111
def
test_iscoroutine(self):
112
async
def
foo():
pass
113
114
f = foo()
115
try
:
Callers
nothing calls this directly
Calls
3
bar
Function · 0.50
get_stack
Method · 0.45
assertEqual
Method · 0.45
Tested by
no test coverage detected