| Conditions | 1 |
| Total Lines | 10 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | from pystratum_backend.RoutineWrapperGeneratorWorker import RoutineWrapperGeneratorWorker |
||
| 20 | def execute(self) -> int: |
||
| 21 | """ |
||
| 22 | Does the actual execution of the routine wrapper generator command for the backend. Returns 0 on success. |
||
| 23 | Otherwise returns nonzero. |
||
| 24 | |||
| 25 | :rtype: int |
||
| 26 | """ |
||
| 27 | self._io.title('Wrapper') |
||
| 28 | |||
| 29 | return 0 |
||
| 30 | |||
| 32 |