示例#1
0
 def get(self):
     qry = User.query()
     results = qry.fetch(MAX_RESULTS)
     
     json_response(self, [user for user in results])