Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ f
Function
f
tests/type_inference/Test2.py:4–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
f():
5
a = []
6
7
print a
8
9
for
i in range(5):
10
print a
11
12
a.append(i)
13
14
return
len(a)
15
16
print f()
17
Callers
1
Test2.py
File · 0.70
Calls
1
len
Function · 0.85
Tested by
no test coverage detected