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

Method __repr__

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

Source from the content-addressed store, hash-verified

19 self._loaded = threading.Event()
20
21 def __repr__(self) -> str:
22 cls = type(self).__name__
23 return f"<{cls}: key: {self.key}, obj: {self._obj}>"
24
25 @property
26 def key(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected