Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
def
permlist():
52
return
[x
for
x in dir(PERMS)
if
not x.startswith(
"_"
) and x !=
"ALL"
]
53
54
55
def
get_permission(perms, p):
Callers
2
admin
Function · 0.90
get_permission
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected