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

Method python_class

api_app/models.py:190–197  ·  view source on GitHub ↗

Get the class of the Python module. Returns: Type[Plugin]: The class.

(self)

Source from the content-addressed store, hash-verified

188
189 @cached_property
190 def python_class(self) -> Type["Plugin"]:
191 """
192 Get the class of the Python module.
193
194 Returns:
195 Type[Plugin]: The class.
196 """
197 return import_string(self.python_complete_path)
198
199 @property
200 def configs(self) -> PythonConfigQuerySet:

Callers 2

health_checkMethod · 0.80
pullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected