(self)
| 354 | assert False, "cleanup happened in LegacyRemoteRepository.__del__" |
| 355 | |
| 356 | def __repr__(self): |
| 357 | return f"<{self.__class__.__name__} {self.location.canonical_path()}>" |
| 358 | |
| 359 | def __enter__(self): |
| 360 | return self |
nothing calls this directly
no test coverage detected