Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ _index_name_of
Function
_index_name_of
tables/table.py:105–106 ·
view source on GitHub ↗
(node: Node)
Source
from the content-addressed store, hash-verified
103
104
105
def
_index_name_of(node: Node) -> str:
106
return
"_i_%s"
% node._v_name
107
108
109
def
_index_pathname_of(node: Node) -> str:
Callers
3
_index_pathname_of
Function · 0.85
create_indexes_table
Function · 0.85
_g_move
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected