Exemplo n.º 1
0
 def seek_to_last(self):
     ''' Move to the last entry in the database.
     '''
     LDB.leveldb_iter_seek_to_last(self.iterator)
     self.assert_no_error()
     return self