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

Method __rmod__

scapy/utils.py:161–163  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

159 return EDecimal(Decimal.__mod__(self, Decimal(other)))
160
161 def __rmod__(self, other):
162 # type: (_Decimal) -> EDecimal
163 return EDecimal(Decimal.__rmod__(self, Decimal(other)))
164
165 def __pow__(self, other, modulo=None):
166 # type: (_Decimal, Optional[_Decimal]) -> EDecimal

Callers

nothing calls this directly

Calls 1

EDecimalClass · 0.85

Tested by

no test coverage detected