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

Method options

python/ray/dag/class_node.py:132–134  ·  view source on GitHub ↗
(self, **options)

Source from the content-addressed store, hash-verified

130 return self.__getattribute__(attr)
131
132 def options(self, **options):
133 self._options = options
134 return self
135
136
137class _ClassMethodOutput:

Callers 15

__init__Method · 0.45
to_pandas_refsMethod · 0.45
to_numpy_refsMethod · 0.45
to_arrow_refsMethod · 0.45
_block_num_rowsMethod · 0.45
from_pandas_refsFunction · 0.45
from_numpy_refsFunction · 0.45
from_arrow_refsFunction · 0.45
_fetch_metadata_parallelFunction · 0.45
load_checkpointMethod · 0.45

Calls

no outgoing calls