MWArgumentDecorator#

class lsst.daf.butler.cli.utils.MWArgumentDecorator(*param_decls: Any, **kwargs: Any)#

Bases: object

Wraps the click.argument decorator to enable shared arguments to be declared.

Parameters#

*param_declstyping.Any

Parameters to be stored in the argument.

**kwargstyping.Any

Keyword arguments for the argument.

Methods Summary

__call__(*args[, help])

Call self as a function.

Methods Documentation

__call__(*args: Any, help: str | None = None, **kwargs: Any) Callable#

Call self as a function.