MCPcopy Create free account
hub / github.com/secdev/scapy / i2m

Method i2m

scapy/contrib/http2.py:1283–1285  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

1281 return x
1282
1283 def i2m(self, pkt, x):
1284 # type: (Optional[packet.Packet], HPackStringsInterface) -> str
1285 return raw(x)
1286
1287 def i2len(self, pkt, x):
1288 # type: (Optional[packet.Packet], HPackStringsInterface) -> int

Callers 3

addfieldMethod · 0.95
i2mMethod · 0.45
i2mMethod · 0.45

Calls 1

rawFunction · 0.90

Tested by

no test coverage detected