(self, pkt, x)
| 1285 | return raw(x) |
| 1286 | |
| 1287 | def i2len(self, pkt, x): |
| 1288 | # type: (Optional[packet.Packet], HPackStringsInterface) -> int |
| 1289 | return len(x) |
| 1290 | |
| 1291 | def i2repr(self, pkt, x): |
| 1292 | # type: (Optional[packet.Packet], HPackStringsInterface) -> str |
no outgoing calls
no test coverage detected