Exemple #1
0
 def format_list(self):
     db = Database('tucker')
     response = yield db.list('agenda/html',
                              'nomfup',
                              key='n',
                              limit=3,
                              descending=True)
     print response.body
Exemple #2
0
 def format_list(self):
     db = Database('tucker')
     response = yield db.list('agenda/html', 'nomfup', 
                              key='n', limit=3, descending=True)
     print response.body