(self, package_root: list[str])
| 47 | self.flush() |
| 48 | |
| 49 | def set_package_root(self, package_root: list[str]) -> None: |
| 50 | self.package_root = package_root |
| 51 | |
| 52 | def flush(self) -> None: |
| 53 | """Start another transaction and empty all caches.""" |
no outgoing calls
no test coverage detected