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

Method _v_node

tables/attributeset.py:212–214  ·  view source on GitHub ↗

:class:`Node` instance this attribute set is associated with.

(self)

Source from the content-addressed store, hash-verified

210
211 @property
212 def _v_node(self) -> Node:
213 """:class:`Node` instance this attribute set is associated with."""
214 return self._g_getnode()
215
216 def __init__(self, node: Node) -> None:
217 """Create the basic structures to keep the attribute information.

Callers

nothing calls this directly

Calls 1

_g_getnodeMethod · 0.95

Tested by

no test coverage detected