Code to be called before killing the node.
(self)
| 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.""" |