Create a new HDF5 node and return its object identifier.
(self)
| 329 | pass |
| 330 | |
| 331 | def _g_create(self) -> int: |
| 332 | """Create a new HDF5 node and return its object identifier.""" |
| 333 | raise NotImplementedError |
| 334 | |
| 335 | def _g_open(self) -> int: |
| 336 | """Open an existing HDF5 node and return its object identifier.""" |