MCPcopy Create free account
hub / github.com/PyTables/PyTables / table

Method table

tables/table.py:3564–3566  ·  view source on GitHub ↗

Return the parent Table instance (see :ref:`TableClassDescr`).

(self)

Source from the content-addressed store, hash-verified

3562
3563 @property
3564 def table(self) -> Table:
3565 """Return the parent Table instance (see :ref:`TableClassDescr`)."""
3566 return self._table_file._get_node(self._table_path)
3567
3568 @property
3569 def index(self) -> Index | None:

Callers

nothing calls this directly

Calls 1

_get_nodeMethod · 0.80

Tested by

no test coverage detected