(self, action: dict[str, Any], cwd: str = "")
| 56 | def prepare(self, **kwargs) -> None: ... |
| 57 | |
| 58 | def execute(self, action: dict[str, Any], cwd: str = "") -> dict[str, Any]: ... |
| 59 | |
| 60 | def get_template_vars(self, **kwargs) -> dict[str, Any]: ... |
| 61 |
nothing calls this directly
no outgoing calls
no test coverage detected