Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ func
Method
func
Lib/test/test_asyncio/test_pep492.py:162–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
161
@types.coroutine
162
def
func():
163
return
gen()
164
165
async
def
coro():
166
wrapper = func()
Callers
nothing calls this directly
Calls
1
gen
Function · 0.50
Tested by
no test coverage detected