(self, buffer, offset)
| 436 | # Fast Binary Encoding FlagsSimple final model |
| 437 | class FinalModelFlagsSimple(fbe.FinalModel): |
| 438 | def __init__(self, buffer, offset): |
| 439 | super().__init__(buffer, offset) |
| 440 | |
| 441 | # Get the allocation size |
| 442 | # noinspection PyUnusedLocal |