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

Method _funcname

dask/_expr.py:528–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526
527 @functools.cached_property
528 def _funcname(self) -> str:
529 return funcname(type(self)).lower()
530
531 @property
532 def deterministic_token(self):

Callers

nothing calls this directly

Calls 1

funcnameFunction · 0.90

Tested by

no test coverage detected