MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / _get_organisation

Method _get_organisation

api/audit/views.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87
88 @abstractmethod
89 def _get_organisation(self) -> Organisation | None:
90 raise NotImplementedError("Must implement _get_organisation()")
91
92
93class AllAuditLogViewSet(_BaseAuditLogViewSet):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected