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_decls
typing.Any
Parameters to be stored in the argument.
- **kwargs
typing.Any
Keyword arguments for the argument.
- *param_decls
Methods Summary
__call__
(*args[, help])Call self as a function.
Methods Documentation