MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _run

Method _run

openkb/agent/compiler.py:351–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

349 self._thread.start()
350
351 def _run(self) -> None:
352 while not self._stop.wait(timeout=1.0):
353 sys.stdout.write(".")
354 sys.stdout.flush()
355
356 def stop(self, suffix: str = "") -> None:
357 self._stop.set()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected