MCPcopy Create free account
hub / github.com/dask/dask / _name

Method _name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_tokenize_deterministicFunction · 0.90
operandMethod · 0.80

Tested by

no test coverage detected