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

Method report_class

api_app/models.py:1470–1477  ·  view source on GitHub ↗

Returns the report class associated with the plugin configuration. Returns: Type[AbstractReport]: The report class.

(cls)

Source from the content-addressed store, hash-verified

1468
1469 @classproperty
1470 def report_class(cls) -> Type[AbstractReport]:
1471 """
1472 Returns the report class associated with the plugin configuration.
1473
1474 Returns:
1475 Type[AbstractReport]: The report class.
1476 """
1477 return cls.reports.rel.related_model
1478
1479 @classmethod
1480 def get_subclasses(cls) -> typing.List["PythonConfig"]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected