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

Method _v_table

tables/table.py:3286–3288  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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__

Callers

nothing calls this directly

Calls 1

_get_nodeMethod · 0.80

Tested by

no test coverage detected