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

Method _g_pre_kill_hook

tables/node.py:327–329  ·  view source on GitHub ↗

Code to be called before killing the node.

(self)

Source from the content-addressed store, hash-verified

325 self._f_close()
326
327 def _g_pre_kill_hook(self) -> None:
328 """Code to be called before killing the node."""
329 pass
330
331 def _g_create(self) -> int:
332 """Create a new HDF5 node and return its object identifier."""

Callers 1

drop_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected