(exc=True)
| 250 | |
| 251 | |
| 252 | def get_pypi_stats_path(exc=True) -> Path: |
| 253 | pth = os.environ.get("AURA_PYPI_STATS", None) or CFG["aura"]["pypi_stats"] |
| 254 | return Path(get_file_location(pth, CFG_PATH, exc=exc)) |
| 255 | |
| 256 | |
| 257 | def get_reverse_dependencies_path(exc=True) -> Path: |
no test coverage detected