MCPcopy
hub / github.com/dask/dask / tree_repr

Method tree_repr

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

Source from the content-addressed store, hash-verified

107 return " " * indent + repr(self)
108
109 def tree_repr(self):
110 return os.linesep.join(self._tree_repr_lines())
111
112 def analyze(self, filename: str | None = None, format: str | None = None) -> None:
113 from dask.dataframe.dask_expr._expr import Expr as DFExpr

Callers 1

test_tree_reprFunction · 0.80

Calls 2

_tree_repr_linesMethod · 0.95
joinMethod · 0.45

Tested by 1

test_tree_reprFunction · 0.64