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

Method __str__

api_app/models.py:1208–1210  ·  view source on GitHub ↗

Returns the name of the configuration.

(self)

Source from the content-addressed store, hash-verified

1206 abstract = True
1207
1208 def __str__(self):
1209 """Returns the name of the configuration."""
1210 return self.name
1211
1212 def get_or_create_org_configuration(self, organization: Organization) -> OrganizationPluginConfiguration:
1213 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected