(self, buffer, offset)
| 88 | # Fast Binary Encoding EnumByte final model |
| 89 | class FinalModelEnumByte(fbe.FinalModel): |
| 90 | def __init__(self, buffer, offset): |
| 91 | super().__init__(buffer, offset) |
| 92 | |
| 93 | # Get the allocation size |
| 94 | # noinspection PyUnusedLocal |