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

Method i2repr

scapy/fields.py:1407–1409  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

1405
1406class XLELongField(LELongField, XLongField):
1407 def i2repr(self, pkt, x):
1408 # type: (Optional[Packet], int) -> str
1409 return XLongField.i2repr(self, pkt, x)
1410
1411
1412class IEEEFloatField(Field[int, int]):

Callers

nothing calls this directly

Calls 1

i2reprMethod · 0.45

Tested by

no test coverage detected