()
| 8 | |
| 9 | |
| 10 | def get_base_dir() -> str: |
| 11 | filename = os.path.normpath( |
| 12 | os.path.join( |
| 13 | os.path.abspath(__file__), |
| 14 | '../../..', |
| 15 | )) |
| 16 | return filename |
| 17 | |
| 18 | |
| 19 | def read_config(filename: str) -> T.Dict[str, T.Any]: |
nothing calls this directly
no outgoing calls
no test coverage detected