Пример #1
0
 def getBaseObjects(self,scope=None):
     return Endpoint.findAll(scope=scope) + Creds.findAll(scope=scope) + User.findAll(scope=scope) + Host.findAll(scope=scope)
Пример #2
0
 def getUsers(self,scope=None):
     return User.findAll(scope=scope)