MCPcopy Create free account
hub / github.com/bugy/script-server / __str__

Method __str__

src/communications/destination_script.py:34–35  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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
38class ScriptCommunicator:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected