Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6606
class
ACM:
6607
async
def
__aenter__(self) -> int:
6608
return
42
6609
async
def
__aexit__(self, etype, eval, tb):
6610
return
None
6611
6612
class
A:
6613
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