MCPcopy Index your code
hub / github.com/RustPython/RustPython / f2

Function f2

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

Source from the content-addressed store, hash-verified

29 pass
30
31def f2():
32 len([])
33 sys.getsizeof(0)
34
35def floop():
36 for item in PAIR:

Callers 11

test_funcdefMethod · 0.70
test_orderMethod · 0.70
test_attrgetterMethod · 0.70
test_itemgetterMethod · 0.70
test_methodcallerMethod · 0.70
test_argformsMethod · 0.70
testLambdasMethod · 0.70
f1Method · 0.70
compose_twoFunction · 0.50

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected