(self, *args, **kwargs)
| 32 | self._communicator.send(parameters, environment_variables=environment_variables) |
| 33 | |
| 34 | def __str__(self, *args, **kwargs): |
| 35 | return type(self).__name__ + ' for ' + str(self._communicator) |
| 36 | |
| 37 | |
| 38 | class ScriptCommunicator: |
nothing calls this directly
no outgoing calls
no test coverage detected