Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ addRolesToUser
Method
addRolesToUser
src/astroprint/users.py:48–49 ·
view source on GitHub ↗
(self, username, roles)
Source
from the content-addressed store, hash-verified
46
pass
47
48
def
addRolesToUser(self, username, roles):
49
pass
50
51
def
removeRolesFromUser(self, username, roles):
52
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected