MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / clean

Method clean

api_app/models.py:246–251  ·  view source on GitHub ↗

Clean the Python module.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls 2

_clean_python_moduleMethod · 0.95
cleanMethod · 0.45

Tested by

no test coverage detected