Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ i2h
Method
i2h
scapy/fields.py:872–874 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
870
return
x
871
872
def
i2h(self, pkt, x):
873
# type: (Optional[Packet], Optional[Union[str, Net]]) -> str
874
return
cast(str, x)
875
876
def
resolve(self, x):
877
# type: (str) -> str
Callers
1
i2repr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected