(self)
| 431 | self.bootstrap_build_dir = self.bootstrap.build_dir |
| 432 | |
| 433 | def prepare_dist(self): |
| 434 | self.bootstrap.prepare_dist_dir() |
| 435 | |
| 436 | def get_site_packages_dir(self, arch): |
| 437 | '''Returns the location of site-packages in the python-install build |
no test coverage detected