Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
build
Method · 0.95
async-mathjax.js
File · 0.80
plotly.min.js
File · 0.80
A
Function · 0.80
Calls
1
_clean_path
Method · 0.95
Tested by
no test coverage detected