(self, absolute=False)
| 430 | cache.erase_file(self.get_path()) |
| 431 | |
| 432 | def get_path(self, absolute=False): |
| 433 | return cache.get_lib_name(self.get_filename(), absolute=absolute) |
| 434 | |
| 435 | def build(self): |
| 436 | """Get the cached path of this library. |
no test coverage detected