owmeta_core.cli_common module

owmeta_core.cli_common.INSTANCE_ATTRIBUTE = 'INSTANCE_ATTRIBUTE'

Indicates an option that corresponds to a command object’s instance attribute

owmeta_core.cli_common.METHOD_KWARGS = 'METHOD_KWARGS'

Indicates an option that corresponds to the keyword argument consumer of a method (e.g. **kwargs)

owmeta_core.cli_common.METHOD_NAMED_ARG = 'METHOD_NAMED_ARG'

Indicates an option that corresponds to a method’s named parameter

owmeta_core.cli_common.METHOD_NARGS = 'METHOD_NARGS'

Indicates an option that corresponds to the variadic argument consumer of a method (e.g. *args)