MCPcopy Index your code
hub / github.com/apache/caldera / display

Method display

app/objects/secondclass/c_link.py:135–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133
134 @property
135 def display(self):
136 dump = LinkSchema(exclude=['jitter']).dump(self)
137 dump['command'] = self.decode_bytes(dump['command'])
138 dump['plaintext_command'] = self.decode_bytes(dump['plaintext_command'])
139 return dump
140
141 @status.setter
142 def status(self, value):

Callers

nothing calls this directly

Calls 2

LinkSchemaClass · 0.85
decode_bytesMethod · 0.80

Tested by

no test coverage detected