(self, buffer, offset)
| 196 | # Fast Binary Encoding EnumChar final model |
| 197 | class FinalModelEnumChar(fbe.FinalModel): |
| 198 | def __init__(self, buffer, offset): |
| 199 | super().__init__(buffer, offset) |
| 200 | |
| 201 | # Get the allocation size |
| 202 | # noinspection PyUnusedLocal |