MCPcopy Index your code
hub / github.com/InstaPy/InstaPy / localize_path

Function localize_path

instapy/settings.py:22–30  ·  view source on GitHub ↗

Join given locations as an OS path

(*args)

Source from the content-addressed store, hash-verified

20
21
22def localize_path(*args):
23 """Join given locations as an OS path"""
24
25 if WORKSPACE["path"]:
26 path = join_path(WORKSPACE["path"], *args)
27 return path
28
29 else:
30 return None
31
32
33class Settings:

Callers 3

update_locationsFunction · 0.85
__init__Method · 0.85
SettingsClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected