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

Method remove

tables/link.py:142–144  ·  view source on GitHub ↗

Remove this link from the hierarchy.

(self)

Source from the content-addressed store, hash-verified

140 )
141
142 def remove(self) -> None:
143 """Remove this link from the hierarchy."""
144 return self._f_remove()
145
146 def rename(
147 self, newname: str | None = None, overwrite: bool = False

Callers

nothing calls this directly

Calls 1

_f_removeMethod · 0.45

Tested by

no test coverage detected