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

Class ACM

Lib/test/test_typing.py:6606–6610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6604 raise StopAsyncIteration
6605
6606class ACM:
6607 async def __aenter__(self) -> int:
6608 return 42
6609 async def __aexit__(self, etype, eval, tb):
6610 return None
6611
6612class A:
6613 y: float

Callers 2

test_typing.pyFile · 0.85

Calls

no outgoing calls

Tested by 1