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