Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __rmul__
Method
__rmul__
scapy/volatile.py:204–206 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
202
return
self._fix() * other
203
204
def
__rmul__(self, other):
205
# type: (_I) -> _I
206
return
other * self._fix()
207
208
def
__floordiv__(self, other):
209
# type: (_I) -> float
Callers
nothing calls this directly
Calls
1
_fix
Method · 0.45
Tested by
no test coverage detected