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

Method wait_for_loading

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

Source from the content-addressed store, hash-verified

46 self._loaded.set()
47
48 def wait_for_loading(self):
49 self._loaded.wait()
50
51 @property
52 def obj(self):

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected