MCPcopy 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

fooMethod · 0.70
funcMethod · 0.70
fMethod · 0.70

Calls

no outgoing calls

Tested by 3

fooMethod · 0.56
funcMethod · 0.56
fMethod · 0.56