Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
def
expand_path(p):
24
p = os.path.expanduser(p)
25
p = os.path.normpath(p)
26
return
p
27
28
29
def
split_dict(d, f):
Callers
15
prepare_verify
Function · 0.85
prepare_client_cert
Function · 0.85
__init__
Method · 0.85
discover
Method · 0.85
create_collection
Method · 0.85
__init__
Method · 0.85
discover
Method · 0.85
create_collection
Method · 0.85
__init__
Method · 0.85
_save_token
Method · 0.85
parse
Method · 0.85
from_filename_or_environment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected