MCPcopy 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

_fixMethod · 0.45

Tested by

no test coverage detected