示例#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
示例#2
0
文件: examples.py 项目: 0x68/corduroy
 def format_list(self):
     db = Database('tucker')
     response = yield db.list('agenda/html', 'nomfup', 
                              key='n', limit=3, descending=True)
     print response.body