Exemplo n.º 1
0
 def seek_to_first(self):
     ''' Move to the first element in the database.
     '''
     LDB.leveldb_iter_seek_to_first(self.iterator)
     self.assert_no_error()
     return self