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

Function _index_pathname_of_

tables/table.py:127–129  ·  view source on GitHub ↗
(nodePath: str)

Source from the content-addressed store, hash-verified

125
126
127def _index_pathname_of_(nodePath: str) -> str: # noqa: N803
128 node_parent_path, node_name = split_path(nodePath)
129 return join_path(node_parent_path, _index_name_of_(node_name))
130
131
132def _index_pathname_of_column_(table_path: str, colpathname: str) -> str:

Callers 1

Calls 3

split_pathFunction · 0.85
join_pathFunction · 0.85
_index_name_of_Function · 0.85

Tested by

no test coverage detected