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

Method _funcname

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

Source from the content-addressed store, hash-verified

531
532 @functools.cached_property
533 def _funcname(self) -> str:
534 return funcname(type(self)).lower()
535
536 @property
537 def deterministic_token(self):

Callers

nothing calls this directly

Calls 1

funcnameFunction · 0.90

Tested by

no test coverage detected