MCPcopy Create free account
hub / github.com/dask/dask / run_cli

Function run_cli

dask/cli.py:202–210  ·  view source on GitHub ↗

Run the dask command line interface.

()

Source from the content-addressed store, hash-verified

200
201
202def run_cli():
203 """Run the dask command line interface."""
204
205 # discover "dask_cli" entry points and try to register them to the
206 # top level `cli`.
207 for ep in importlib_metadata.entry_points(group="dask_cli"):
208 _register_command_ep(cli, ep)
209
210 cli()

Callers 1

mainFunction · 0.90

Calls 2

_register_command_epFunction · 0.85
cliFunction · 0.85

Tested by

no test coverage detected