MCPcopy Index your code
hub / github.com/dask/dask / operand

Method operand

dask/_expr.py:216–219  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

214 )
215
216 def operand(self, key):
217 # Access an operand unambiguously
218 # (e.g. if the key is reserved by a method/property)
219 return self.operands[type(self)._parameters.index(key)]
220
221 def dependencies(self):
222 # Dependencies are `Expr` operands only

Callers 15

npartitionsMethod · 0.95
__dask_keys__Method · 0.80
_layerMethod · 0.80
hlgMethod · 0.80
__dask_keys__Method · 0.80
_operands_for_reprMethod · 0.80
hlgMethod · 0.80
kwargsMethod · 0.80
how_kwargsMethod · 0.80
split_outMethod · 0.80
_tune_downMethod · 0.80
chunk_kwargsMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by 6

test_parquet_len_filterFunction · 0.64
test_predicate_pushdownFunction · 0.64
test_from_mapFunction · 0.64
test_optimizationFunction · 0.64