Top directory in the source/dev layout: the worktree root.
()
| 30 | |
| 31 | |
| 32 | def _dev_top_directory() -> Path: |
| 33 | """Top directory in the source/dev layout: the worktree root.""" |
| 34 | return _rel_top_directory() / ".." / ".." |
| 35 | |
| 36 | |
| 37 | def package_lib_paths() -> list[Path]: |
no test coverage detected
searching dependent graphs…