(self, environment: "Environment")
| 23 | |
| 24 | @abstractmethod |
| 25 | def is_environment_admin(self, environment: "Environment") -> bool: |
| 26 | raise NotImplementedError() |
| 27 | |
| 28 | @abstractmethod |
| 29 | def is_group_admin(self, group_id: int) -> bool: |
no outgoing calls
no test coverage detected