Open an existing HDF5 node and return its object identifier.
(self)
| 333 | raise NotImplementedError |
| 334 | |
| 335 | def _g_open(self) -> int: |
| 336 | """Open an existing HDF5 node and return its object identifier.""" |
| 337 | raise NotImplementedError |
| 338 | |
| 339 | def _g_check_open(self) -> None: |
| 340 | """Check that the node is open. |