(self)
| 25 | def get_commandline(self): |
| 26 | return self._commandline |
| 27 | def get_command_parameters(self): |
| 28 | return self._params |
| 29 | def get_raw_command_parameters(self): |
| 30 | command = self._command |
| 31 | origline = self._commandline |
no outgoing calls
no test coverage detected