Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_browser
Function · 0.45
repair_storage
Function · 0.45
_split_collection_impl
Function · 0.45
metasync
Function · 0.45
request
Function · 0.45
conf.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected