Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ hex
Method
hex
python/ray/util/client/common.py:232–234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
return
super().binary()
231
232
def
hex(self):
233
self._wait_for_id()
234
return
super().hex()
235
236
def
is_nil(self):
237
self._wait_for_id()
Callers
15
__repr__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__str__
Method · 0.45
get_job_id
Method · 0.45
get_node_id
Method · 0.45
get_worker_id
Method · 0.45
get_task_id
Method · 0.45
get_actor_id
Method · 0.45
was_current_actor_reconstructed
Method · 0.45
get_placement_group_id
Method · 0.45
test_get_cluster_id
Function · 0.45
Calls
1
_wait_for_id
Method · 0.95
Tested by
15
test_get_cluster_id
Function · 0.36
test_usage_lib_report_data
Function · 0.36
test_usage_report_e2e
Function · 0.36
test_get_active_placement_group_ids
Function · 0.36
test_child_in_pg
Method · 0.36
get_child_outside_pg
Method · 0.36
__call__
Method · 0.36
test_replica_actor_died
Method · 0.36
test_replica_actor_died_mismatched_actor_id
Method · 0.36
test_actor_died_matching_id_via_callback
Method · 0.36
test_actor_died_mismatched_id_via_callback
Method · 0.36
test_ray_task_error_wrapping_actor_died_matching_id_via_callback
Method · 0.36