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

Method _name

dask/array/core.py:1677–1678  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1675
1676 @property
1677 def _name(self):
1678 return self.__name
1679
1680 @_name.setter
1681 def _name(self, val):

Callers

nothing calls this directly

Calls 1

_reset_cacheMethod · 0.95

Tested by

no test coverage detected