MCPcopy
hub / github.com/django/django / aget_group_permissions

Method aget_group_permissions

django/contrib/auth/backends.py:37–38  ·  view source on GitHub ↗
(self, user_obj, obj=None)

Source from the content-addressed store, hash-verified

35 return set()
36
37 async def aget_group_permissions(self, user_obj, obj=None):
38 return await sync_to_async(self.get_group_permissions)(user_obj, obj)
39
40 def get_all_permissions(self, user_obj, obj=None):
41 return {

Callers 1

aget_all_permissionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected