(self, buffer, offset)
| 287 | # Fast Binary Encoding EnumEmpty final model |
| 288 | class FinalModelEnumEmpty(fbe.FinalModel): |
| 289 | def __init__(self, buffer, offset): |
| 290 | super().__init__(buffer, offset) |
| 291 | |
| 292 | # Get the allocation size |
| 293 | # noinspection PyUnusedLocal |