(self, params, **kwargs)
| 747 | self.extra_parameters = '' |
| 748 | |
| 749 | def execute(self, params, **kwargs): # type: (KeeperParams, Any) -> Any |
| 750 | raise NotImplementedError() |
| 751 | |
| 752 | def execute_args(self, params, args, **kwargs): |
| 753 | # type: (Command, KeeperParams, str, ...) -> Any |
no outgoing calls