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

Function expand_path

vdirsyncer/utils.py:23–26  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

21
22
23def expand_path(p):
24 p = os.path.expanduser(p)
25 p = os.path.normpath(p)
26 return p
27
28
29def split_dict(d, f):

Callers 15

prepare_verifyFunction · 0.85
prepare_client_certFunction · 0.85
__init__Method · 0.85
discoverMethod · 0.85
create_collectionMethod · 0.85
__init__Method · 0.85
discoverMethod · 0.85
create_collectionMethod · 0.85
__init__Method · 0.85
_save_tokenMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected