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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected