MCPcopy
hub / github.com/ray-project/ray / sleep

Method sleep

python/ray/tests/test_failure.py:247–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

245 return os.getpid()
246
247 def sleep(self):
248 time.sleep(1)
249
250 a = Actor.remote()
251 pid = ray.get(a.getpid.remote())

Callers 15

wait_for_nodesMethod · 0.45
call_with_retryFunction · 0.45
wait_for_conditionFunction · 0.45
async_wait_for_conditionFunction · 0.45
async_conditionMethod · 0.45
slow_conditionMethod · 0.45
coFunction · 0.45
test_run_background_taskFunction · 0.45
workerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected