Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
class
DummyIdentity(Identity):
394
def
__init__(self):
395
Identity.__init__(self,
"dummy"
)
396
397
def
dummy_identity_loader():
398
return
DummyIdentity()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected