Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Method · 0.95
Calls
1
_get_node
Method · 0.80
Tested by
no test coverage detected