Final step of underlying timeseries data. Returns ------- final_step : int Final step.
(self)
| 698 | |
| 699 | @property |
| 700 | def final_step(self): |
| 701 | """ |
| 702 | Final step of underlying timeseries data. |
| 703 | |
| 704 | Returns |
| 705 | ------- |
| 706 | final_step : int |
| 707 | Final step. |
| 708 | """ |
| 709 | return self._final_step |
| 710 | |
| 711 | def _get_module_final_step(self): |
| 712 | try: |
nothing calls this directly
no test coverage detected