Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ len
Function
len
tests/basics/BuiltinOverload.py:14–17 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
12
13
14
def
len(x):
15
print(
"Private built-in called with argument"
, repr(x))
16
17
return
_len(x)
18
19
20
print(
"Calling built-in len"
, len(range(9)))
Callers
15
_normalizePath
Function · 0.85
compareConstants
Function · 0.85
from_byte
Function · 0.85
pickSourceFilenames
Function · 0.85
makeSourceDirectory
Function · 0.85
runSconsBackend
Function · 0.85
__init__
Method · 0.85
getConstantsCount
Method · 0.85
_indent
Function · 0.85
replaceRootModule
Function · 0.85
_normalizeModuleFilename
Function · 0.85
getRemainingModulesCount
Function · 0.85
Calls
no outgoing calls
Tested by
13
f
Function · 0.68
throw
Method · 0.68
simpleFunction67
Function · 0.68
simpleFunction69
Function · 0.68
__next__
Method · 0.68
testLenEscapeDel
Function · 0.68
compareDigitsSuccess
Function · 0.68
compareDigitsFirstFalse
Function · 0.68
compareDigitsSecondFalse
Function · 0.68
functionWhileForListIterate
Function · 0.68
functionTruthinessIf
Function · 0.68
functionLenList
Function · 0.68