Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-trio/trio
/ A
Class
A
src/trio/_core/_tests/test_guest_mode.py:720–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
719
async
def
agen(label: str) -> AsyncGenerator[int, None]:
720
class
A:
721
pass
722
723
a = A()
724
a_wr = weakref.ref(a)
Callers
1
agen
Function · 0.70
Calls
no outgoing calls
Tested by
1
agen
Function · 0.56