Current step of underlying modules. Returns ------- current_step : int Current step.
(self)
| 657 | |
| 658 | @property |
| 659 | def current_step(self): |
| 660 | """ |
| 661 | Current step of underlying modules. |
| 662 | |
| 663 | Returns |
| 664 | ------- |
| 665 | current_step : int |
| 666 | Current step. |
| 667 | """ |
| 668 | return self._modules.get_attrs('current_step', unique=True) |
| 669 | |
| 670 | @property |
| 671 | def initial_step(self): |