Close mp engine.
(self)
| 44 | raise NotImplementedError('This method has not been implemented yet.') |
| 45 | |
| 46 | def close(self) -> None: |
| 47 | """Close mp engine.""" |
| 48 | raise NotImplementedError('This method has not been implemented yet.') |
| 49 | |
| 50 | def start_loop(self) -> None: |
| 51 | """Start mp engine loop.""" |
no outgoing calls
no test coverage detected