Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ c
Method
c
Lib/test/test_coroutines.py:937–938 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
935
self.assertIsNone(coro_b.cr_await)
936
937
async
def
c():
938
await a()
939
940
async
def
b():
941
self.assertIsNone(coro_b.cr_await)
Callers
nothing calls this directly
Calls
1
a
Class · 0.70
Tested by
no test coverage detected