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

Function default_config_path

bpython/config.py:77–79  ·  view source on GitHub ↗

Returns bpython's default configuration file path.

()

Source from the content-addressed store, hash-verified

75
76
77def default_config_path() -> Path:
78 """Returns bpython's default configuration file path."""
79 return get_config_home() / "config"
80
81
82def default_editor() -> str:

Callers 2

mainFunction · 0.90
parseFunction · 0.85

Calls 1

get_config_homeFunction · 0.85

Tested by

no test coverage detected