Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ remote
Function
remote
python/ray/_private/worker.py:3467–3468 ·
view source on GitHub ↗
(__t: Type[T])
Source
from the content-addressed store, hash-verified
3465
3466
@overload
3467
def
remote(__t: Type[T]) -> ActorClass[T]:
3468
...
3469
3470
3471
@overload
Callers
nothing calls this directly
Calls
1
_make_remote
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…