MCPcopy 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
371def _get_home_path():
372 slicap_home = expanduser("~").replace('\\', '/') + '/'
373 return slicap_home
374
375def _read_project_config():
376 try:

Callers 2

_read_main_configFunction · 0.85
_write_main_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected