Exemplo n.º 1
0
 def seek_prev(self):
     ''' Move to the previous value in the database.
     '''
     self.assert_is_valid()
     LDB.leveldb_iter_prev(self.iterator)
     return self