Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hugapi/hug
/ delete_context
Method
delete_context
hug/api.py:587–588 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
585
586
@property
587
def
delete_context(self):
588
return
getattr(self,
"_delete_context"
, hug.defaults.delete_context)
589
590
@delete_context.setter
591
def
delete_context(self, delete_context_):
Callers
4
__call__
Method · 0.45
exit_callback
Method · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected