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

Function _index_pathname_of_column

tables/table.py:114–115  ·  view source on GitHub ↗
(table: Table, colpathname: str)

Source from the content-addressed store, hash-verified

112
113
114def _index_pathname_of_column(table: Table, colpathname: str) -> str:
115 return join_path(_index_pathname_of(table), colpathname)
116
117
118# The next are versions that work with just paths (i.e. we don't need

Callers 1

_g_post_init_hookMethod · 0.85

Calls 2

join_pathFunction · 0.85
_index_pathname_ofFunction · 0.85

Tested by

no test coverage detected