(self)
| 461 | |
| 462 | @property |
| 463 | def tick_data_end(self) -> int: |
| 464 | section = self.section_by_type[SECTION_TICK_DATA] |
| 465 | return section.offset + section.length |
| 466 | |
| 467 | def default_start_tick(self) -> int: |
| 468 | if not self.tick_values: |
nothing calls this directly
no outgoing calls
no test coverage detected