MCPcopy Index your code
hub / github.com/PyTables/PyTables / _g_create

Method _g_create

tables/node.py:331–333  ·  view source on GitHub ↗

Create a new HDF5 node and return its object identifier.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected