MWArgumentDecorator#
- class lsst.daf.butler.cli.utils.MWArgumentDecorator(*param_decls: Any, **kwargs: Any)#
Bases:
objectWraps the click.argument decorator to enable shared arguments to be declared.
Parameters#
- *param_decls
typing.Any Parameters to be stored in the argument.
- **kwargs
typing.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.
- *param_decls