(self, buffer=None)
| 3383 | __slots__ = "_model", |
| 3384 | |
| 3385 | def __init__(self, buffer=None): |
| 3386 | super().__init__(buffer) |
| 3387 | self._model = FinalModelStructSimple(self.buffer, 8) |
| 3388 | |
| 3389 | # Get the model type |
| 3390 | @property |
nothing calls this directly
no test coverage detected