Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ build
Method
build
dash/development/build_process.py:74–78 ·
view source on GitHub ↗
(self, build=None)
Source
from the content-addressed store, hash-verified
72
73
@job(
"run the whole building process in sequence"
)
74
def
build(self, build=None):
75
self.clean()
76
self.npm()
77
self.bundles(build)
78
self.digest()
79
80
@job(
"compute the hash digest for assets"
)
81
def
digest(self):
Callers
nothing calls this directly
Calls
4
clean
Method · 0.95
npm
Method · 0.95
bundles
Method · 0.95
digest
Method · 0.95
Tested by
no test coverage detected