()
| 115 | stack_for_gen_nested_call = None |
| 116 | |
| 117 | async def gen_nested_call(): |
| 118 | nonlocal stack_for_gen_nested_call |
| 119 | stack_for_gen_nested_call = capture_test_stack() |
| 120 | |
| 121 | async def gen(): |
| 122 | for num in range(2): |
nothing calls this directly
no test coverage detected