Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_deterministic
Function · 0.90
operand
Method · 0.80
Tested by
no test coverage detected