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

Method set_meta

vdirsyncer/storage/base.py:230–239  ·  view source on GitHub ↗

Get metadata value for collection/storage. :param key: The metadata key. :type key: unicode :param value: The value. :type value: unicode

(self, key, value)

Source from the content-addressed store, hash-verified

228 raise NotImplementedError('This storage does not support metadata.')
229
230 def set_meta(self, key, value):
231 '''Get metadata value for collection/storage.
232
233 :param key: The metadata key.
234 :type key: unicode
235 :param value: The value.
236 :type value: unicode
237 '''
238
239 raise NotImplementedError('This storage does not support metadata.')
240
241
242def normalize_meta_value(value):

Callers 4

_a_to_bFunction · 0.45
_b_to_aFunction · 0.45
test_metadataMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_metadataMethod · 0.36