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

Method _name

dask/array/_array_expr/_ufunc.py:313–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

311
312 @functools.cached_property
313 def _name(self):
314 return self.operand("name") + _tokenize_deterministic(*self.operands)
315
316 def _layer(self) -> dict:
317 return {

Callers

nothing calls this directly

Calls 2

_tokenize_deterministicFunction · 0.90
operandMethod · 0.80

Tested by

no test coverage detected