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