paths_cli.param_core.StorageLoader¶
-
class
paths_cli.param_core.
StorageLoader
(param, mode)¶ Open an OPS storage file
- param
AbstractParameter
the Option or Argument wrapping a click decorator
- mode‘r’, ‘w’, or ‘a’
the mode for the file
-
__init__
(param, mode)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(param, mode)Initialize self.
get
(name)Get the desired OPS object, based on the CLI input
Attributes
clicked
Create the click decorator
has_simstore_patch
- param