MCPcopy Create free account
hub / github.com/RustPython/RustPython / ACM

Class ACM

Lib/test/test_typing.py:6553–6557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6551 raise StopAsyncIteration
6552
6553class ACM:
6554 async def __aenter__(self) -> int:
6555 return 42
6556 async def __aexit__(self, etype, eval, tb):
6557 return None
6558
6559class A:
6560 y: float

Callers 2

test_typing.pyFile · 0.85

Calls

no outgoing calls

Tested by 1