MCPcopy Index your code
hub / github.com/plotly/dash / cli

Function cli

dash/_plotly_cli.py:4–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def cli():
5 try:
6 from plotly_cloud.cli import main # pylint: disable=import-outside-toplevel
7
8 main()
9 except ImportError:
10 print(
11 "Plotly cloud is not installed,"
12 " install it with `pip install dash[cloud]` to use the plotly command",
13 file=sys.stderr,
14 )
15 sys.exit(-1)

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected