MCPcopy Index your code
hub / github.com/lesspass/lesspass / _get_config_path

Function _get_config_path

cli/lesspass/cli.py:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def _get_config_path():
30 DEFAULT_XDG_CONFIG_HOME = os.path.join(os.path.expanduser("~"), ".config")
31 data_home_path = os.environ.get("XDG_CONFIG_HOME", DEFAULT_XDG_CONFIG_HOME)
32 return os.path.join(data_home_path, "lesspass")
33
34
35def range_type(value_string):

Callers 1

parse_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected