The index counter for current timestep. It will increase 1 after each scheduler step.
(self)
| 202 | |
| 203 | @property |
| 204 | def step_index(self): |
| 205 | """ |
| 206 | The index counter for current timestep. It will increase 1 after each scheduler step. |
| 207 | """ |
| 208 | return self._step_index |
| 209 | |
| 210 | @property |
| 211 | def begin_index(self): |
nothing calls this directly
no outgoing calls
no test coverage detected