MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / __init__

Method __init__

src/astroprint/users.py:387–388  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

385
386class DummyUser(User):
387 def __init__(self):
388 User.__init__(self, "dummy", "", True, UserManager.valid_roles)
389
390 def check_password(self, passwordHash):
391 return True

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected