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

Method i2h

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

Source from the content-addressed store, hash-verified

962 return x # type: ignore
963
964 def i2h(self, pkt, x):
965 # type: (Optional[Packet], Optional[Union[str, Net6]]) -> str
966 return cast(str, x)
967
968 def i2m(self, pkt, x):
969 # type: (Optional[Packet], Optional[Union[str, Net6]]) -> bytes

Callers 1

i2reprMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected