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

Method plugin_name

api_app/models.py:1581–1588  ·  view source on GitHub ↗

Returns the name of the plugin. Returns: str: The plugin name.

(cls)

Source from the content-addressed store, hash-verified

1579
1580 @classproperty
1581 def plugin_name(cls) -> str:
1582 """
1583 Returns the name of the plugin.
1584
1585 Returns:
1586 str: The plugin name.
1587 """
1588 return cls.__name__.split("Config")[0]
1589
1590 @classmethod
1591 def signature_pipeline_running(cls, job) -> Signature:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected