(self, *args, **kwargs)
| 46 | self._process_invoker.invoke(full_command, environment_variables=environment_variables) |
| 47 | |
| 48 | def __str__(self, *args, **kwargs): |
| 49 | return 'Script: ' + str(self.command) |
nothing calls this directly
no outgoing calls
no test coverage detected