Return the parent Table instance (see :ref:`TableClassDescr`).
(self)
| 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: |