MCPcopy Create free account
hub / github.com/Spinachead/arg / obj

Method obj

app/knowledge_base/kb_cache/base.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51 @property
52 def obj(self):
53 return self._obj
54
55 @obj.setter
56 def obj(self, val: Any):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected