(self, buffer, offset)
| 716 | # Fast Binary Encoding FlagsEmpty final model |
| 717 | class FinalModelFlagsEmpty(fbe.FinalModel): |
| 718 | def __init__(self, buffer, offset): |
| 719 | super().__init__(buffer, offset) |
| 720 | |
| 721 | # Get the allocation size |
| 722 | # noinspection PyUnusedLocal |