Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ CM
Class
CM
Lib/test/test_coroutines.py:1246–1248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1244
1245
def
test_with_2(self):
1246
class
CM:
1247
def
__aenter__(self):
1248
pass
1249
1250
body_executed = None
1251
async
def
foo():
Callers
3
foo
Method · 0.70
func
Method · 0.70
f
Method · 0.70
Calls
no outgoing calls
Tested by
3
foo
Method · 0.56
func
Method · 0.56
f
Method · 0.56