MCPcopy 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_callbackMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected