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

Function create_driver_actor

python/ray/tests/test_channel.py:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def create_driver_actor():
25 return CompiledDAG.DAGDriverProxyActor.options(
26 label_selector={
27 ray._raylet.RAY_NODE_ID_KEY: ray.get_runtime_context().get_node_id()
28 }
29 ).remote()
30
31
32@pytest.mark.skipif(

Callers 14

test_put_local_getFunction · 0.70
test_read_timeoutFunction · 0.70
test_write_timeoutFunction · 0.70
test_driver_as_readerFunction · 0.70
test_errorsFunction · 0.70
test_put_different_metaFunction · 0.70
test_put_errorFunction · 0.70

Calls 4

get_runtime_contextMethod · 0.80
remoteMethod · 0.45
optionsMethod · 0.45
get_node_idMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…