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

Function _index_name_of_

tables/table.py:123–124  ·  view source on GitHub ↗
(nodeName: str)

Source from the content-addressed store, hash-verified

121
122
123def _index_name_of_(nodeName: str) -> str: # noqa: N803
124 return "_i_%s" % nodeName
125
126
127def _index_pathname_of_(nodePath: str) -> str: # noqa: N803

Callers 1

_index_pathname_of_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected