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

Method __str__

api_app/models.py:148–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 ordering = ["base_path", "module"]
147
148 def __str__(self):
149 return self.module
150
151 def __contains__(self, item: str):
152 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected