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

Method __mul__

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

Source from the content-addressed store, hash-verified

198 return other - self._fix()
199
200 def __mul__(self, other):
201 # type: (_I) -> _I
202 return self._fix() * other
203
204 def __rmul__(self, other):
205 # type: (_I) -> _I

Callers

nothing calls this directly

Calls 1

_fixMethod · 0.45

Tested by

no test coverage detected