예제 #1
0
 def __init__(self, config, rank):
     self.rank = rank
     self.table = PersistentDict(config.get('Search', 'single_suit'),
                                 mode=0666)
예제 #2
0
 def __init__(self,config):
     self.table = PersistentDict(config.get('Search','relative_rank'),mode=0666)