This method exists to be optionally overwritten by derived classes and is not decorated so that the derived class doesn't have to use the decorator.
(self, build_target_config: BuildTargetConfiguration)
| 111 | self._set_up_build_target(build_target_config) |
| 112 | |
| 113 | def _set_up_build_target(self, build_target_config: BuildTargetConfiguration) -> None: |
| 114 | """ |
| 115 | This method exists to be optionally overwritten by derived classes and |
| 116 | is not decorated so that the derived class doesn't have to use the decorator. |
| 117 | """ |
| 118 | |
| 119 | def tear_down_build_target(self) -> None: |
| 120 | """ |