Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6553
class
ACM:
6554
async
def
__aenter__(self) -> int:
6555
return
42
6556
async
def
__aexit__(self, etype, eval, tb):
6557
return
None
6558
6559
class
A:
6560
y: float
Callers
2
test_typing.py
File · 0.85
test_async_contextmanager
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_async_contextmanager
Method · 0.68