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

Function get_bundle_schema_local

commands.py:177–183  ·  view source on GitHub ↗

Get paths to local build files.

(local)

Source from the content-addressed store, hash-verified

175
176
177def get_bundle_schema_local(local):
178 """Get paths to local build files."""
179
180 plotly_archive = os.path.join(local, "plotly.js.tgz")
181 plotly_bundle = os.path.join(local, "dist/plotly.min.js")
182 plotly_schemas = os.path.join(local, "dist/plot-schema.json")
183 return plotly_archive, plotly_bundle, plotly_schemas
184
185
186def get_github_urls(repo, revision):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected