Returns the name of the configuration.
(self)
| 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 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected