Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ pprint
Method
pprint
dask/_expr.py:129–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
return
explain(self, stage, format)
128
129
def
pprint(self):
130
for
line in self._tree_repr_lines():
131
print(line)
132
133
def
__hash__(self):
134
return
hash(self._name)
Callers
nothing calls this directly
Calls
1
_tree_repr_lines
Method · 0.95
Tested by
no test coverage detected