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

Method close

tables/table.py:3957–3959  ·  view source on GitHub ↗

Close the column.

(self)

Source from the content-addressed store, hash-verified

3955 self.table._set_column_indexing(self.pathname, False)
3956
3957 def close(self) -> None:
3958 """Close the column."""
3959 self.__dict__.clear()
3960
3961 def __str__(self) -> str:
3962 """Return the string representation for this object."""

Callers 1

_g_closeMethod · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected