MCPcopy Index your code
hub / github.com/secdev/scapy / __sub__

Method __sub__

scapy/volatile.py:192–194  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

190 return other + self._fix()
191
192 def __sub__(self, other):
193 # type: (_I) -> _I
194 return self._fix() - other
195
196 def __rsub__(self, other):
197 # type: (_I) -> _I

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.45

Tested by

no test coverage detected