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

Method _repr_html_

dask/highlevelgraph.py:857–864  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

855 return representation
856
857 def _repr_html_(self) -> str:
858 return get_template("highlevelgraph.html.j2").render(
859 type=type(self).__name__,
860 layers=self.layers,
861 toposort=self._toposort_layers(),
862 layer_dependencies=self.dependencies,
863 n_outputs=len(self.get_all_external_keys()),
864 )
865
866
867def to_graphviz(

Callers 1

Calls 3

_toposort_layersMethod · 0.95
get_all_external_keysMethod · 0.95
get_templateFunction · 0.90

Tested by 1