MCPcopy
hub / github.com/apache/caldera / __init__

Method __init__

app/objects/secondclass/c_variation.py:28–31  ·  view source on GitHub ↗
(self, description, command)

Source from the content-addressed store, hash-verified

26 return self.decode_bytes(self._command)
27
28 def __init__(self, description, command):
29 super().__init__()
30 self.description = description
31 self._command = self.encode_string(command)

Callers

nothing calls this directly

Calls 1

encode_stringMethod · 0.80

Tested by

no test coverage detected