Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ remote
Method
remote
python/ray/actor.py:1733–1734 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1731
1732
class
ActorOptionWrapper:
1733
def
remote(self, *args, **kwargs):
1734
return
actor_cls._remote(args=args, kwargs=kwargs, **updated_options)
1735
1736
@DeveloperAPI
1737
def
bind(self, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
_remote
Method · 0.45
Tested by
no test coverage detected