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

Method __radd__

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

Source from the content-addressed store, hash-verified

186 return self._fix() + other
187
188 def __radd__(self, other):
189 # type: (_I) -> _I
190 return other + self._fix()
191
192 def __sub__(self, other):
193 # type: (_I) -> _I

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.45

Tested by

no test coverage detected