Public Member Functions | |
def | is_in_store |
def | get_metadata |
def | write_metadata |
Interface class for a MetaDataStore
def damn_at.pluginmanager.IMetaDataStore.get_metadata | ( | self, | |
store_id, | |||
an_hash | |||
) |
Get the FileDescription for the given hash.
def damn_at.pluginmanager.IMetaDataStore.is_in_store | ( | self, | |
store_id, | |||
an_hash | |||
) |
Check if the given file hash is in the store.
def damn_at.pluginmanager.IMetaDataStore.write_metadata | ( | self, | |
store_id, | |||
an_hash, | |||
a_file_descr | |||
) |
Write the FileDescription to this store.