MCPcopy
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
4def 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
16print f()
17

Callers 1

Test2.pyFile · 0.70

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected