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

Method context_factory

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

Source from the content-addressed store, hash-verified

577
578 @property
579 def context_factory(self):
580 return getattr(self, "_context_factory", hug.defaults.context_factory)
581
582 @context_factory.setter
583 def context_factory(self, context_factory_):

Callers 4

requestMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected