| 1080 | |
| 1081 | |
| 1082 | class X3BytesField(ThreeBytesField, XByteField): |
| 1083 | def i2repr(self, pkt, x): |
| 1084 | # type: (Optional[Packet], int) -> str |
| 1085 | return XByteField.i2repr(self, pkt, x) |
| 1086 | |
| 1087 | |
| 1088 | class LEThreeBytesField(ByteField): |
no outgoing calls
no test coverage detected