(self, pkt, x)
| 1246 | return fmt.format(x.origin()) |
| 1247 | |
| 1248 | def h2i(self, pkt, x): |
| 1249 | # type: (packet.Packet, str) -> HPackStringsInterface |
| 1250 | return HPackLiteralString(x) |
| 1251 | |
| 1252 | def m2i(self, pkt, x): |
| 1253 | # type: (packet.Packet, str) -> HPackStringsInterface |
nothing calls this directly
no test coverage detected