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

Method name

dask/dataframe/dask_expr/_collection.py:4163–4164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4161
4162 @property
4163 def name(self):
4164 return self.expr._meta.name
4165
4166 @name.setter
4167 def name(self, name):

Callers

nothing calls this directly

Calls 1

renameMethod · 0.95

Tested by

no test coverage detected