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

Function print

doc/source/serve/doc_code/http_guide/disconnects.py:30–32  ·  view source on GitHub ↗
(string: str)

Source from the content-addressed store, hash-verified

28
29
30def print(string: str):
31 ray.get(print_storage_handle.add.remote(string))
32 sys.stdout.write(f"{string}\n")
33
34
35# __start_basic_disconnect__

Callers 15

pip_runFunction · 0.85
cpp_actor_classFunction · 0.85
do_linkFunction · 0.85
setup-dev.pyFile · 0.85
_version.pyFile · 0.85
run_string_as_driverFunction · 0.85
test_usage_report_e2eFunction · 0.85
create_mock_responseFunction · 0.85
download_model_from_s3Function · 0.85
gpu_typeFunction · 0.85
get_rayllm_testing_modelFunction · 0.85
testing_multiple_modelsFunction · 0.85

Calls 3

getMethod · 0.65
remoteMethod · 0.45
writeMethod · 0.45

Tested by 15

run_string_as_driverFunction · 0.68
test_usage_report_e2eFunction · 0.68
create_mock_responseFunction · 0.68
download_model_from_s3Function · 0.68
gpu_typeFunction · 0.68
get_rayllm_testing_modelFunction · 0.68
testing_multiple_modelsFunction · 0.68
test_score_llm_serverMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…