Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ func
Method
func
Lib/test/test_coroutines.py:727–727 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
725
726
def
test_func_11(self):
727
async
def
func():
pass
728
coro = func()
729
# Test that PyCoro_Type and _PyCoroWrapper_Type types were properly
730
# initialized
Callers
nothing calls this directly
Calls
2
CM
Class · 0.70
assertEqual
Method · 0.45
Tested by
no test coverage detected