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

Class AI

Lib/test/test_coroutines.py:1751–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749 def test_for_7(self):
1750 CNT = 0
1751 class AI:
1752 def __aiter__(self):
1753 1/0
1754 async def foo():
1755 nonlocal CNT
1756 async for i in AI():

Callers 1

fooMethod · 0.70

Calls

no outgoing calls

Tested by 1

fooMethod · 0.56