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

Method clear

tables/utils.py:400–402  ·  view source on GitHub ↗

Clear teh dictionsry.

(self)

Source from the content-addressed store, hash-verified

398 # the set of usable indexes.
399
400 def clear(self) -> None:
401 """Clear teh dictionsry."""
402 self._cache.clear()
403
404 def nail(self) -> None:
405 """Increase the nail count."""

Callers 5

_f_closeMethod · 0.80
_set_column_indexingMethod · 0.80
_g_closeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected