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