MCPcopy
hub / github.com/dask/dask / run_cli

Function run_cli

dask/cli.py:200–208  ·  view source on GitHub ↗

Run the dask command line interface.

()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.90

Calls 2

_register_command_epFunction · 0.85
cliFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…