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

File builtin_none.py

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

Source from the content-addressed store, hash-verified

1assert None is None
2
3y = None
4x = None

Callers

nothing calls this directly

Calls 11

noneFunction · 0.85
none2Function · 0.85
strFunction · 0.85
reprFunction · 0.85
hashFunction · 0.85
__eq__Method · 0.45
__ne__Method · 0.45
__lt__Method · 0.45
__le__Method · 0.45
__gt__Method · 0.45
__ge__Method · 0.45

Tested by

no test coverage detected