MCPcopy
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

cleanMethod · 0.95
npmMethod · 0.95
bundlesMethod · 0.95
digestMethod · 0.95

Tested by

no test coverage detected