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

Method visualize

dask/tests/test_typing.py:82–95  ·  view source on GitHub ↗
(
        self,
        filename: str = "mydask",
        format: str | None = None,
        optimize_graph: bool = False,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

80 return Inheriting(self.based_on.persist(**kwargs))
81
82 def visualize(
83 self,
84 filename: str = "mydask",
85 format: str | None = None,
86 optimize_graph: bool = False,
87 **kwargs: Any,
88 ) -> DisplayObject | None:
89 return dask.visualize(
90 self,
91 filename=filename,
92 format=format,
93 optimize_graph=optimize_graph,
94 **kwargs,
95 )
96
97
98class HLGCollection(DaskMethodsMixin):

Callers 5

test_visualizeFunction · 0.45
test_visualizeFunction · 0.45
test_visualize_orderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected