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

Method main

Lib/test/test_coroutines.py:1689–1695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1687 irefs_before = sys.getrefcount(iterable)
1688
1689 async def main():
1690 nonlocal I
1691
1692 async with manager:
1693 async for i in iterable:
1694 I += 1
1695 I += 1000
1696
1697 with warnings.catch_warnings():
1698 warnings.simplefilter("error")

Callers 1

test_coroutines.pyFile · 0.45

Calls 3

ManagerClass · 0.70
IterableClass · 0.70
FClass · 0.70

Tested by

no test coverage detected