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

Method python_path

api_app/models.py:1171–1178  ·  view source on GitHub ↗

Returns the Python path of the class. Returns: str: The Python path.

(cls)

Source from the content-addressed store, hash-verified

1169
1170 @classproperty
1171 def python_path(cls) -> str:
1172 """
1173 Returns the Python path of the class.
1174
1175 Returns:
1176 str: The Python path.
1177 """
1178 return f"{cls.__module__}.{cls.__name__}"
1179
1180
1181class AbstractConfig(ListCachable):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected