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

Method getAllUsers

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

Source from the content-addressed store, hash-verified

295 return None
296
297 def getAllUsers(self):
298 return map(lambda x: x.asDict(), self._users.values())
299
300 def hasBeenCustomized(self):
301 return self._customized

Callers

nothing calls this directly

Calls 1

asDictMethod · 0.80

Tested by

no test coverage detected