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