Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_404
Method · 0.95
error_serializer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected