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

Function cli

dask/cli.py:23–25  ·  view source on GitHub ↗

Dask command line interface.

()

Source from the content-addressed store, hash-verified

21@click.group(context_settings=CONTEXT_SETTINGS)
22@click.version_option(__version__)
23def cli():
24 """Dask command line interface."""
25 pass
26
27
28@cli.command()

Callers 1

run_cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected