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

Method i2h

scapy/fields.py:203–206  ·  view source on GitHub ↗

Convert internal value to human value

(self, pkt, x)

Source from the content-addressed store, hash-verified

201 return cast(I, x)
202
203 def i2h(self, pkt, x):
204 # type: (Optional[Packet], I) -> Any
205 """Convert internal value to human value"""
206 return x
207
208 def m2i(self, pkt, x):
209 # type: (Optional[Packet], M) -> I

Callers 15

i2reprMethod · 0.95
i2hMethod · 0.45
i2hMethod · 0.45
i2reprMethod · 0.45
i2reprMethod · 0.45
i2hMethod · 0.45
i2hMethod · 0.45
i2hMethod · 0.45
i2reprMethod · 0.45
i2reprMethod · 0.45
i2reprMethod · 0.45
i2reprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected