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

Function _index_pathname_of_column_

tables/table.py:132–133  ·  view source on GitHub ↗
(table_path: str, colpathname: str)

Source from the content-addressed store, hash-verified

130
131
132def _index_pathname_of_column_(table_path: str, colpathname: str) -> str:
133 return join_path(_index_pathname_of_(table_path), colpathname)
134
135
136def restorecache(self: Table) -> None:

Callers 1

indexMethod · 0.85

Calls 2

join_pathFunction · 0.85
_index_pathname_of_Function · 0.85

Tested by

no test coverage detected