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

Method __str__

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

Source from the content-addressed store, hash-verified

46 self._process_invoker.invoke(full_command, environment_variables=environment_variables)
47
48 def __str__(self, *args, **kwargs):
49 return 'Script: ' + str(self.command)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected