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

Function f2

Lib/test/test_monitoring.py:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 pass
24
25def f2():
26 len([])
27 sys.getsizeof(0)
28
29def floop():
30 for item in PAIR:

Callers 12

test_funcdefMethod · 0.85
test_orderMethod · 0.85
test_attrgetterMethod · 0.85
test_itemgetterMethod · 0.85
test_methodcallerMethod · 0.85
test_argformsMethod · 0.85
testLambdasMethod · 0.85
f1Method · 0.85
compose_twoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected