Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __radd__
Method
__radd__
Lib/numbers.py:102–104 ·
view source on GitHub ↗
other + self
(self, other)
Source
from the content-addressed store, hash-verified
100
101
@abstractmethod
102
def
__radd__(self, other):
103
""
"other + self"
""
104
raise
NotImplementedError
105
106
@abstractmethod
107
def
__neg__(self):
Callers
2
builtin_float.py
File · 0.45
builtin_int.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected