Especific close for external links.
(self)
| 441 | self.extfile = None |
| 442 | |
| 443 | def _f_close(self) -> None: |
| 444 | """Especific close for external links.""" |
| 445 | self.umount() |
| 446 | super()._f_close() |
| 447 | |
| 448 | def __str__(self) -> str: |
| 449 | """Return a short string representation of the link. |