Searched defs:IndexStoreBase (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dsearch_storage.py131 class IndexStoreBase(object): class in inherits:object
212 class IndexStoreMainDict(IndexStoreBase):
232 IndexStoreBase.__init__(self, file_name)
241 IndexStoreBase._protected_write_dict_file(self, path,
374 class IndexStoreListDict(IndexStoreBase):
385 IndexStoreBase.__init__(self, file_name)
481 IndexStoreBase._protected_write_dict_file(self, path,
500 IndexStoreBase.read_dict_file(self)
509 class IndexStoreDict(IndexStoreBase):
514 IndexStoreBase
[all...]

Completed in 10 milliseconds