MCPcopy
hub / github.com/pimutils/vdirsyncer / get_meta

Method get_meta

vdirsyncer/storage/base.py:219–228  ·  view source on GitHub ↗

Get metadata value for collection/storage. See the vdir specification for the keys that *have* to be accepted. :param key: The metadata key. :type key: unicode

(self, key)

Source from the content-addressed store, hash-verified

217 yield
218
219 def get_meta(self, key):
220 '''Get metadata value for collection/storage.
221
222 See the vdir specification for the keys that *have* to be accepted.
223
224 :param key: The metadata key.
225 :type key: unicode
226 '''
227
228 raise NotImplementedError('This storage does not support metadata.')
229
230 def set_meta(self, key, value):
231 '''Get metadata value for collection/storage.

Callers 6

metasyncFunction · 0.45
_print_collectionsFunction · 0.45
test_metadataMethod · 0.45
cleanupFunction · 0.45
test_fuzzingFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_metadataMethod · 0.36
cleanupFunction · 0.36
test_fuzzingFunction · 0.36