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

Class F

Lib/test/test_coroutines.py:1782–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780
1781 def test_for_11(self):
1782 class F:
1783 def __aiter__(self):
1784 return self
1785 def __anext__(self):
1786 return self
1787 def __await__(self):
1788 1 / 0
1789
1790 async def main():
1791 async for _ in F():

Callers 1

mainMethod · 0.70

Calls

no outgoing calls

Tested by 1

mainMethod · 0.56