MCPcopy Index your code
hub / github.com/RustPython/RustPython / AI

Class AI

Lib/test/test_coroutines.py:1762–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760 def test_for_7(self):
1761 CNT = 0
1762 class AI:
1763 def __aiter__(self):
1764 1/0
1765 async def foo():
1766 nonlocal CNT
1767 async for i in AI():

Callers 1

fooMethod · 0.70

Calls

no outgoing calls

Tested by 1

fooMethod · 0.56