MCPcopy
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
14def len(x):
15 print("Private built-in called with argument", repr(x))
16
17 return _len(x)
18
19
20print("Calling built-in len", len(range(9)))

Callers 15

_normalizePathFunction · 0.85
compareConstantsFunction · 0.85
from_byteFunction · 0.85
pickSourceFilenamesFunction · 0.85
makeSourceDirectoryFunction · 0.85
runSconsBackendFunction · 0.85
__init__Method · 0.85
getConstantsCountMethod · 0.85
_indentFunction · 0.85
replaceRootModuleFunction · 0.85
_normalizeModuleFilenameFunction · 0.85
getRemainingModulesCountFunction · 0.85

Calls

no outgoing calls

Tested by 13

fFunction · 0.68
throwMethod · 0.68
simpleFunction67Function · 0.68
simpleFunction69Function · 0.68
__next__Method · 0.68
testLenEscapeDelFunction · 0.68
compareDigitsSuccessFunction · 0.68
compareDigitsFirstFalseFunction · 0.68
compareDigitsSecondFalseFunction · 0.68
functionTruthinessIfFunction · 0.68
functionLenListFunction · 0.68