MCPcopy Index your code
hub / github.com/ray-project/ray / remote

Method remote

python/ray/remote_function.py:292–298  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

290
291 class FuncWrapper:
292 def remote(self, *args, **kwargs):
293 return func_cls._remote(
294 args=args,
295 kwargs=kwargs,
296 serialized_runtime_env_info=serialized_runtime_env_info,
297 **updated_options,
298 )
299
300 @DeveloperAPI
301 def bind(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

_remoteMethod · 0.45

Tested by

no test coverage detected