MCPcopy
hub / github.com/dask/dask / _tree_repr_lines

Method _tree_repr_lines

dask/_expr.py:106–107  ·  view source on GitHub ↗
(self, indent=0, recursive=True)

Source from the content-addressed store, hash-verified

104 return header
105
106 def _tree_repr_lines(self, indent=0, recursive=True):
107 return " " * indent + repr(self)
108
109 def tree_repr(self):
110 return os.linesep.join(self._tree_repr_lines())

Callers 2

tree_reprMethod · 0.95
pprintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected