Return the parent Table instance (see :ref:`TableClassDescr`).
(self)
| 3284 | |
| 3285 | @property |
| 3286 | def _v_table(self) -> Table: |
| 3287 | """Return the parent Table instance (see :ref:`TableClassDescr`).""" |
| 3288 | return self._v__tableFile._get_node(self._v__tablePath) |
| 3289 | |
| 3290 | def __init__(self, table: Table, desc: Description) -> None: |
| 3291 | dict_ = self.__dict__ |