(self)
| 141 | |
| 142 | @property |
| 143 | def aars_dir(self): |
| 144 | directory = join(self.build_dir, 'aars', self.bootstrap.distribution.name) |
| 145 | ensure_dir(directory) |
| 146 | return directory |
| 147 | |
| 148 | @property |
| 149 | def python_installs_dir(self): |
nothing calls this directly
no test coverage detected