Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_nodes
Method · 0.45
call_with_retry
Function · 0.45
wait_for_condition
Function · 0.45
async_wait_for_condition
Function · 0.45
async_condition
Method · 0.45
async_condition_with_args
Method · 0.45
async_failing_condition
Method · 0.45
slow_condition
Method · 0.45
co
Function · 0.45
test_run_background_task
Function · 0.45
worker
Function · 0.45
test_first_usage_report_delayed
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected