(self, buffer, offset)
| 332 | # Fast Binary Encoding State final model |
| 333 | class FinalModelState(fbe.FinalModel): |
| 334 | def __init__(self, buffer, offset): |
| 335 | super().__init__(buffer, offset) |
| 336 | |
| 337 | # Get the allocation size |
| 338 | # noinspection PyUnusedLocal |