Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ get_id
Method
get_id
src/astroprint/users.py:362–363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
360
return
self._pinHash is not None
361
362
def
get_id(self):
363
return
self._username
364
365
def
get_name(self):
366
return
self._username
Callers
8
index
Function · 0.80
decorated_view
Function · 0.80
login
Function · 0.80
validate_pin
Function · 0.80
signin
Method · 0.80
validatePassword
Method · 0.80
signinWithKey
Method · 0.80
get_astroprint_info
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected