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

Function x

Lib/test/crashers/trace_at_recursion_limit.py:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def x():
11 pass
12
13def g(*args):
14 if True: # change to True to crash interpreter

Callers 12

gFunction · 0.70
test_lambdefMethod · 0.50
test_if_else_exprMethod · 0.50
CClass · 0.50
test_printMethod · 0.50
test_all_errorsMethod · 0.50
if1Method · 0.50
if2Method · 0.50
if3Method · 0.50
if4Method · 0.50
test_lambdasMethod · 0.50
testListCompLocalVarsMethod · 0.50

Calls

no outgoing calls

Tested by 10

test_lambdefMethod · 0.40
test_if_else_exprMethod · 0.40
test_printMethod · 0.40
test_all_errorsMethod · 0.40
if1Method · 0.40
if2Method · 0.40
if3Method · 0.40
if4Method · 0.40
test_lambdasMethod · 0.40
testListCompLocalVarsMethod · 0.40