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

Function callback

Lib/test/crashers/mutation_inside_cyclegc.py:18–19  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

16 pass
17
18def callback(x):
19 del lst[:]
20
21
22keepalive = []

Callers 12

instateMethod · 0.50
relative_import_testMethod · 0.50
test_c_char_parmMethod · 0.50
test_c_char_p_parmMethod · 0.50
test_c_wchar_p_parmMethod · 0.50
test_c_void_p_parmMethod · 0.50
test_sf1651235Method · 0.50
check_waitpidMethod · 0.50

Calls

no outgoing calls

Tested by 11

relative_import_testMethod · 0.40
test_c_char_parmMethod · 0.40
test_c_char_p_parmMethod · 0.40
test_c_wchar_p_parmMethod · 0.40
test_c_void_p_parmMethod · 0.40
test_sf1651235Method · 0.40
check_waitpidMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…