Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ __rsub__
Method
__rsub__
scapy/volatile.py:196–198 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
194
return
self._fix() - other
195
196
def
__rsub__(self, other):
197
# type: (_I) -> _I
198
return
other - self._fix()
199
200
def
__mul__(self, other):
201
# type: (_I) -> _I
Callers
nothing calls this directly
Calls
1
_fix
Method · 0.45
Tested by
no test coverage detected