MCPcopy Index your code
hub / github.com/hugapi/hug / output_format

Method output_format

hug/api.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104
105 @property
106 def output_format(self):
107 return getattr(self, "_output_format", hug.defaults.output_format)
108
109 @output_format.setter
110 def output_format(self, formatter):

Callers 2

handle_404Method · 0.95
error_serializerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected