MCPcopy Index your code
hub / github.com/python/cpython / __aexit__

Method __aexit__

Lib/test/test_coroutines.py:1215–1220  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1213 return self
1214
1215 async def __aexit__(self, *args):
1216 await AsyncYieldFrom(['exit-1-' + self.name,
1217 'exit-2-' + self.name])
1218
1219 if self.name == 'B':
1220 return True
1221
1222
1223 async def foo():

Callers

nothing calls this directly

Calls 1

AsyncYieldFromClass · 0.85

Tested by

no test coverage detected