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

Method _g_open

tables/node.py:335–337  ·  view source on GitHub ↗

Open an existing HDF5 node and return its object identifier.

(self)

Source from the content-addressed store, hash-verified

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.

Callers 2

__init__Method · 0.95
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected