Finalize step after the running of bundle workflow.
(self, *args: Any, **kwargs: Any)
| 154 | |
| 155 | @abstractmethod |
| 156 | def finalize(self, *args: Any, **kwargs: Any) -> Any: |
| 157 | """ |
| 158 | Finalize step after the running of bundle workflow. |
| 159 | |
| 160 | """ |
| 161 | raise NotImplementedError() |
| 162 | |
| 163 | @abstractmethod |
| 164 | def _get_property(self, name: str, property: dict) -> Any: |
no outgoing calls
no test coverage detected