MCPcopy 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

indexFunction · 0.80
decorated_viewFunction · 0.80
loginFunction · 0.80
validate_pinFunction · 0.80
signinMethod · 0.80
validatePasswordMethod · 0.80
signinWithKeyMethod · 0.80
get_astroprint_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected