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

Method get

vdirsyncer/vobject.py:366–370  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

364 return rv
365
366 def get(self, key, default=None):
367 try:
368 return self[key]
369 except KeyError:
370 return default
371
372 def __eq__(self, other):
373 return (

Callers 7

__contains__Method · 0.95
open_graphical_browserFunction · 0.45
repair_storageFunction · 0.45
_split_collection_implFunction · 0.45
metasyncFunction · 0.45
requestFunction · 0.45
conf.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected