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