MCPcopy Index your code
hub / github.com/pyload/pyload / permlist

Function permlist

module/web/utils.py:51–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def permlist():
52 return [x for x in dir(PERMS) if not x.startswith("_") and x != "ALL"]
53
54
55def get_permission(perms, p):

Callers 2

adminFunction · 0.90
get_permissionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected