MCPcopy 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.pyFile · 0.45
builtin_int.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected