Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SLiCAP/SLiCAP_python
/ _get_home_path
Function
_get_home_path
SLiCAP/SLiCAPconfigure.py:371–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
369
return
default_config
370
371
def
_get_home_path():
372
slicap_home = expanduser(
"~"
).replace(
'\\'
,
'/'
) +
'/'
373
return
slicap_home
374
375
def
_read_project_config():
376
try
:
Callers
2
_read_main_config
Function · 0.85
_write_main_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected