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

Method __mod__

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

Source from the content-addressed store, hash-verified

155 return EDecimal(r[0]), EDecimal(r[1])
156
157 def __mod__(self, other):
158 # type: (_Decimal) -> EDecimal
159 return EDecimal(Decimal.__mod__(self, Decimal(other)))
160
161 def __rmod__(self, other):
162 # type: (_Decimal) -> EDecimal

Callers

nothing calls this directly

Calls 1

EDecimalClass · 0.85

Tested by

no test coverage detected