MCPcopy
hub / github.com/AirtestProject/Poco / _run

Method _run

poco/utils/simplerpc/simplerpc.py:194–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192
193 def run(self):
194 def _run():
195 while True:
196 self.update()
197 time.sleep(0.002)
198 if BACKEND_UPDATE:
199 from threading import Thread
200 t = Thread(target=_run, name="update")

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected