Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ binary
Method
binary
python/ray/util/client/common.py:228–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
226
)
227
228
def
binary(self):
229
self._wait_for_id()
230
return
super().binary()
231
232
def
hex(self):
233
self._wait_for_id()
Callers
15
id
Method · 0.95
resolve_user_ray_temp_dir
Function · 0.45
wrapper
Method · 0.45
async_wrapper
Method · 0.45
get_rejection_response
Method · 0.45
DownloadExpr
Class · 0.45
_default_dtype_aggregators
Function · 0.45
fixed_size_binary_array
Function · 0.45
test_converts_uuid_bytes_to_native_uuid
Method · 0.45
test_download_is_binary
Method · 0.45
download_bytes_threaded
Function · 0.45
infer_schema
Method · 0.45
Calls
1
_wait_for_id
Method · 0.95
Tested by
15
fixed_size_binary_array
Function · 0.36
test_converts_uuid_bytes_to_native_uuid
Method · 0.36
test_download_is_binary
Method · 0.36
test_recursively_nest_ids
Function · 0.36
test_return_object_ref
Function · 0.36
test_pass_returned_object_ref
Function · 0.36
test_recursively_pass_returned_object_ref
Function · 0.36
test_recursively_return_borrowed_object_ref
Function · 0.36
test_borrowed_id_failure
Function · 0.36
test_generators
Function · 0.36
test_api_manager_summary_tasks
Function · 0.36
test_api_manager_summary_actors
Function · 0.36