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

Method python_complete_path

api_app/models.py:169–176  ·  view source on GitHub ↗

Get the complete path of the Python module. Returns: str: The complete path.

(self)

Source from the content-addressed store, hash-verified

167
168 @cached_property
169 def python_complete_path(self) -> str:
170 """
171 Get the complete path of the Python module.
172
173 Returns:
174 str: The complete path.
175 """
176 return f"{self.base_path}.{self.module}"
177
178 @property
179 def disabled(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected