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

Class DummyIdentity

src/astroprint/users.py:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 return True
392
393class DummyIdentity(Identity):
394 def __init__(self):
395 Identity.__init__(self, "dummy")
396
397def dummy_identity_loader():
398 return DummyIdentity()

Callers 1

dummy_identity_loaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected