(self, buffer, offset)
| 412 | # Fast Binary Encoding EnumInt8 final model |
| 413 | class FinalModelEnumInt8(fbe.FinalModel): |
| 414 | def __init__(self, buffer, offset): |
| 415 | super().__init__(buffer, offset) |
| 416 | |
| 417 | # Get the allocation size |
| 418 | # noinspection PyUnusedLocal |