Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
assert None is None
2
3
y = None
4
x = None
Callers
nothing calls this directly
Calls
11
none
Function · 0.85
none2
Function · 0.85
str
Function · 0.85
repr
Function · 0.85
hash
Function · 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