:class:`Node` instance this attribute set is associated with.
(self)
| 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. |
nothing calls this directly
no test coverage detected