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

Method bind

python/ray/actor.py:1170–1171  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1168
1169 @DeveloperAPI
1170 def bind(self, *args, **kwargs):
1171 return self._actor_method._bind(args=args, kwargs=kwargs, **self._options)
1172
1173
1174class _ActorClassMethodMetadata(object):

Callers

nothing calls this directly

Calls 1

_bindMethod · 0.45

Tested by

no test coverage detected