MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / wait

Method wait

aura/worker_executor.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return future
68
69 def wait(self):
70 while not bool(self):
71 time.sleep(0.05)
72
73 def _update_progress(self):
74 if config.PROGRESSBAR_DISABLED:

Callers 3

runMethod · 0.95
run_in_venvFunction · 0.80
check_packageFunction · 0.80

Calls

no outgoing calls

Tested by 1

run_in_venvFunction · 0.64