MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / _loop

Method _loop

core/sysmon.py:142–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 self.set_title()
141
142 def _loop(self) -> None:
143 while self._running:
144 self._loop_once()
145 time.sleep(self._interval)
146
147 def _seed_cpu_proc(self) -> None:
148 try:

Callers

nothing calls this directly

Calls 1

_loop_onceMethod · 0.95

Tested by

no test coverage detected