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

Function update_plotlyjs_dev

commands.py:276–280  ·  view source on GitHub ↗

Update project to a new development version of plotly.js.

(args, outdir)

Source from the content-addressed store, hash-verified

274
275
276def update_plotlyjs_dev(args, outdir):
277 """Update project to a new development version of plotly.js."""
278
279 update_schema_bundle_from_master(args)
280 perform_codegen(outdir)
281
282
283def bump_version_pyproject_toml(new_version):

Callers 1

mainFunction · 0.85

Calls 2

perform_codegenFunction · 0.90

Tested by

no test coverage detected