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