Exemplo n.º 1
0
 def close(self):
     ''' Close the comparator and free any held resources.
     '''
     if LDB and self.comparator:
         LDB.leveldb_comparator_destroy(self.comparator)
         self.comparator = None