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, None] = None, **kwargs)Call self as a function. Methods Documentation
-
__call__
(*args, help: Optional[str, None] = None, **kwargs) → collections.abc.Callable¶ Call self as a function.
-