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

Method _g_getnode

tables/attributeset.py:208–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 """
207
208 def _g_getnode(self) -> Node:
209 return self._v__nodefile._get_node(self._v__nodepath)
210
211 @property
212 def _v_node(self) -> Node:

Callers 1

_v_nodeMethod · 0.95

Calls 1

_get_nodeMethod · 0.80

Tested by

no test coverage detected