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

Method is_active

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

Source from the content-addressed store, hash-verified

373 return self.privateKey
374
375 def is_active(self):
376 return self._active
377
378 def is_user(self):
379 return "user" in self._roles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected