MCPcopy Create free account
hub / github.com/PyTables/PyTables / _f_close

Method _f_close

tables/link.py:443–446  ·  view source on GitHub ↗

Especific close for external links.

(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

umountMethod · 0.95

Tested by

no test coverage detected