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

Method belongs_to

api/users/abc.py:17–18  ·  view source on GitHub ↗
(self, organisation_id: int)

Source from the content-addressed store, hash-verified

15
16 @abstractmethod
17 def belongs_to(self, organisation_id: int) -> bool:
18 raise NotImplementedError()
19
20 @abstractmethod
21 def is_project_admin(self, project: "Project") -> bool:

Calls

no outgoing calls