(self, buffer, offset)
| 520 | # Fast Binary Encoding EnumUInt8 final model |
| 521 | class FinalModelEnumUInt8(fbe.FinalModel): |
| 522 | def __init__(self, buffer, offset): |
| 523 | super().__init__(buffer, offset) |
| 524 | |
| 525 | # Get the allocation size |
| 526 | # noinspection PyUnusedLocal |