Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ __init__
Method
__init__
src/astroprint/users.py:405–406 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
403
404
class
ApiUser(User):
405
def
__init__(self):
406
User.__init__(self,
"api"
,
""
, True, UserManager.valid_roles)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected