MCPcopy Index your code
hub / github.com/plotly/plotly.py / update_plotlyjs

Function update_plotlyjs

commands.py:221–227  ·  view source on GitHub ↗

Update project to a new version of plotly.js.

(plotly_js_version, outdir)

Source from the content-addressed store, hash-verified

219
220
221def update_plotlyjs(plotly_js_version, outdir):
222 """Update project to a new version of plotly.js."""
223
224 update_bundle(plotly_js_version)
225 update_schema(plotly_js_version)
226 perform_codegen(outdir)
227 install_js_deps(local=None, build=False)
228
229
230# FIXME: switch to argparse

Callers 1

mainFunction · 0.85

Calls 4

perform_codegenFunction · 0.90
update_bundleFunction · 0.85
update_schemaFunction · 0.85
install_js_depsFunction · 0.85

Tested by

no test coverage detected