MCPcopy Index your code
hub / github.com/RustPython/RustPython / builtin_dict.py

File builtin_dict.py

extra_tests/snippets/builtin_dict.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3assert len(dict()) == 0
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
lenFunction · 0.85
reprFunction · 0.85
listClass · 0.85
reversedFunction · 0.85
nextFunction · 0.85
setFunction · 0.85
iterFunction · 0.85
LengthDictClass · 0.85
strFunction · 0.85
isinstanceFunction · 0.85
move_to_endMethod · 0.80

Tested by

no test coverage detected