(self, pkt, x)
| 2711 | BitLenField.__init__(self, name, default, length_from, **kwargs) |
| 2712 | |
| 2713 | def any2i(self, pkt, x): |
| 2714 | # type: (Optional[Packet], Any) -> int |
| 2715 | return _EnumField.any2i(self, pkt, x) # type: ignore |
| 2716 | |
| 2717 | def i2repr(self, |
| 2718 | pkt, # type: Optional[Packet] |