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

Function run_cli

dask/cli.py:201–209  ·  view source on GitHub ↗

Run the dask command line interface.

()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.90

Calls 2

_register_command_epFunction · 0.85
cliFunction · 0.85

Tested by

no test coverage detected