MCPcopy
hub / github.com/hugapi/hug / outputs

Method outputs

hug/interface.py:760–761  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

758
759 @property
760 def outputs(self):
761 return getattr(self, "_outputs", self.api.http.output_format)
762
763 @outputs.setter
764 def outputs(self, outputs):

Callers 5

render_errorsMethod · 0.95
render_contentMethod · 0.95
__call__Method · 0.95
__call__Method · 0.45
outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected