Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ remote
Method
remote
python/ray/actor.py:1166–1167 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1164
self._options = options
1165
1166
def
remote(self, *args, **kwargs):
1167
return
self._actor_method._remote(args=args, kwargs=kwargs, **self._options)
1168
1169
@DeveloperAPI
1170
def
bind(self, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
_remote
Method · 0.45
Tested by
no test coverage detected