Searched refs:multistore (Results 1 – 4 of 4) sorted by relevance
115 multistore = multistore_file._MultiStore(filename)116 multistore._file = _MockLockedFile(119 multistore._lock()120 self.assertTrue(multistore._file.open_and_lock_called)129 multistore = multistore_file._MultiStore(filename)130 multistore._file = _MockLockedFile(filename, IOError, errno.EBUSY)132 multistore._lock()133 self.assertTrue(multistore._file.open_and_lock_called)158 multistore = multistore_file._MultiStore(FILENAME)161 multistore._warn_on_readonly = False[all …]
159 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)161 return multistore._get_storage(key)177 multistore = _get_multistore(filename, warn_on_readonly=warn_on_readonly)178 multistore._lock()180 return multistore._get_all_credential_keys()182 multistore._unlock()199 multistore = _multistores.setdefault(203 return multistore234 def __init__(self, multistore, key): argument235 self._multistore = multistore
124 P. P. Pisani The multistore parser for hierarchical
683 title = "The multistore parser for hierarchical syntactic structures",