| 261 | |
| 262 | |
| 263 | class DefaultDirs(NamedTuple): |
| 264 | header: Path | None = None |
| 265 | library: Path | None = None |
| 266 | runtime: Path | None = None |
| 267 | |
| 268 | |
| 269 | def get_default_dirs(conda_prefix: Path | None = None) -> DefaultDirs: |
no outgoing calls
no test coverage detected