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

Method _remote_proxy

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

Source from the content-addressed store, hash-verified

161 # Override task.remote's signature and docstring
162 @wraps(function)
163 def _remote_proxy(*args, **kwargs):
164 return self._remote(
165 serialized_runtime_env_info=self._serialized_base_runtime_env_info,
166 args=args,
167 kwargs=kwargs,
168 **self._default_options,
169 )
170
171 self.remote = _remote_proxy
172

Callers

nothing calls this directly

Calls 1

_remoteMethod · 0.95

Tested by

no test coverage detected