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

Function _index_pathname_of

tables/table.py:109–111  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

107
108
109def _index_pathname_of(node: Node) -> str:
110 node_parent_path = split_path(node._v_pathname)[0]
111 return join_path(node_parent_path, _index_name_of(node))
112
113
114def _index_pathname_of_column(table: Table, colpathname: str) -> str:

Callers 6

_column__create_indexFunction · 0.85
autoindexMethod · 0.85
_g_post_init_hookMethod · 0.85
_g_moveMethod · 0.85
_g_removeMethod · 0.85

Calls 3

split_pathFunction · 0.85
join_pathFunction · 0.85
_index_name_ofFunction · 0.85

Tested by

no test coverage detected