(self, pkt, x)
| 2845 | LEThreeBytesField.__init__(self, name, default) |
| 2846 | |
| 2847 | def any2i(self, pkt, x): |
| 2848 | # type: (Optional[Packet], Any) -> int |
| 2849 | return _EnumField.any2i(self, pkt, x) # type: ignore |
| 2850 | |
| 2851 | def i2repr(self, pkt, x): # type: ignore |
| 2852 | # type: (Optional[Packet], Any) -> Union[List[str], str] |