MCPcopy Index your code
hub / github.com/RustPython/RustPython / __rmul__

Method __rmul__

Lib/numbers.py:130–132  ·  view source on GitHub ↗

other * self

(self, other)

Source from the content-addressed store, hash-verified

128
129 @abstractmethod
130 def __rmul__(self, other):
131 """other * self"""
132 raise NotImplementedError
133
134 @abstractmethod
135 def __truediv__(self, other):

Callers 2

builtin_float.pyFile · 0.45
builtin_int.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected