Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
def
f2():
32
len([])
33
sys.getsizeof(0)
34
35
def
floop():
36
for
item in PAIR:
Callers
11
test_funcdef
Method · 0.70
test_order
Method · 0.70
check_different_constants
Method · 0.70
test_dont_merge_constants
Method · 0.70
test_attrgetter
Method · 0.70
test_itemgetter
Method · 0.70
test_methodcaller
Method · 0.70
test_argforms
Method · 0.70
testLambdas
Method · 0.70
f1
Method · 0.70
compose_two
Function · 0.50
Calls
1
len
Function · 0.85
Tested by
no test coverage detected