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

Function runner

Lib/test/test_free_threading/test_frame.py:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 if runner is None:
29 def runner():
30 j = 0
31 for i in range(100):
32 j += i
33
34 def executor():
35 nonlocal frame_var

Callers 15

test_task_print_stackMethod · 0.85
test_double_awaitMethod · 0.85
test_taskgroup_04Method · 0.85
test_cancellationMethod · 0.85
test_taskgroup_07Method · 0.85
test_taskgroup_08Method · 0.85
test_taskgroup_09Method · 0.85
test_taskgroup_10Method · 0.85
test_taskgroup_11Method · 0.85
test_taskgroup_12Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…