(self, buffer, offset)
| 628 | # Fast Binary Encoding EnumInt16 final model |
| 629 | class FinalModelEnumInt16(fbe.FinalModel): |
| 630 | def __init__(self, buffer, offset): |
| 631 | super().__init__(buffer, offset) |
| 632 | |
| 633 | # Get the allocation size |
| 634 | # noinspection PyUnusedLocal |