MCPcopy 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
105def _index_name_of(node: Node) -> str:
106 return "_i_%s" % node._v_name
107
108
109def _index_pathname_of(node: Node) -> str:

Callers 3

_index_pathname_ofFunction · 0.85
create_indexes_tableFunction · 0.85
_g_moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected