MWArgumentDecorator¶
- 
class lsst.daf.butler.cli.utils.MWArgumentDecorator(*param_decls, **kwargs)¶
- Bases: - object- Wraps the click.argument decorator to enable shared arguments to be declared. - Methods Summary - __call__(*args[, help])- Call self as a function. - Methods Documentation - 
__call__(*args, help=None, **kwargs)¶
- Call self as a function. 
 
-