Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ get_permitted_projects
Method
get_permitted_projects
api/users/abc.py:57–58 ·
view source on GitHub ↗
(self, permission_key: str)
Source
from the content-addressed store, hash-verified
55
56
@abstractmethod
57
def
get_permitted_projects(self, permission_key: str) -> QuerySet[
"Project"
]:
58
raise
NotImplementedError()
59
60
@abstractmethod
61
def
get_permitted_environments(
Callers
13
get_feature_by_uuid
Function · 0.45
get_queryset
Method · 0.45
get_feature_state_by_uuid
Function · 0.45
get_queryset
Method · 0.45
initial
Method · 0.45
get_mv_feature_option_by_uuid
Function · 0.45
get_queryset
Method · 0.45
get_queryset
Method · 0.45
get_queryset
Method · 0.45
test_get_permitted_projects__org_admin__returns_all_projects
Function · 0.45
test_get_permitted_projects__user_with_view_permission__returns_matching_projects
Function · 0.45
get_project
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_get_permitted_projects__org_admin__returns_all_projects
Function · 0.36
test_get_permitted_projects__user_with_view_permission__returns_matching_projects
Function · 0.36