(self, project_root: Path, component: ComponentRef)
| 121 | self.installed.discard(self._key(component)) |
| 122 | |
| 123 | def refresh(self, project_root: Path, component: ComponentRef) -> None: |
| 124 | self.refresh_calls.append(self._key(component)) |
| 125 | self.installed.add(self._key(component)) |