Clean the Python module.
(self)
| 244 | ) from exc |
| 245 | |
| 246 | def clean(self) -> None: |
| 247 | """ |
| 248 | Clean the Python module. |
| 249 | """ |
| 250 | super().clean() |
| 251 | self._clean_python_module() |
| 252 | |
| 253 | def generate_update_periodic_task(self): |
| 254 | """ |
nothing calls this directly
no test coverage detected