MCPcopy
hub / github.com/plotly/dash / clean

Method clean

dash/development/build_process.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @job("clean all the previous assets generated by build tool")
58 def clean(self):
59 for path in self.asset_paths:
60 self._clean_path(path)
61
62 @job("run `npm ci`")
63 def npm(self):

Callers 4

buildMethod · 0.95
async-mathjax.jsFile · 0.80
plotly.min.jsFile · 0.80
AFunction · 0.80

Calls 1

_clean_pathMethod · 0.95

Tested by

no test coverage detected