MCPcopy Index your code
hub / github.com/bpython/bpython / get_config_home

Function get_config_home

bpython/config.py:72–74  ·  view source on GitHub ↗

Returns the base directory for bpython's configuration files.

()

Source from the content-addressed store, hash-verified

70
71
72def get_config_home() -> Path:
73 """Returns the base directory for bpython's configuration files."""
74 return Path(BaseDirectory.xdg_config_home) / "bpython"
75
76
77def default_config_path() -> Path:

Callers 2

default_config_pathFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected