Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ __init__
Method
__init__
src/astroprint/users.py:306–307 ·
view source on GitHub ↗
(self, username)
Source
from the content-addressed store, hash-verified
304
305
class
UserAlreadyExists(Exception):
306
def
__init__(self, username):
307
Exception.__init__(self,
"User %s already exists"
% username)
308
309
class
UnknownUser(Exception):
310
def
__init__(self, username):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected