(self, buffer, offset)
| 304 | # Fast Binary Encoding EnumWChar final model |
| 305 | class FinalModelEnumWChar(fbe.FinalModel): |
| 306 | def __init__(self, buffer, offset): |
| 307 | super().__init__(buffer, offset) |
| 308 | |
| 309 | # Get the allocation size |
| 310 | # noinspection PyUnusedLocal |