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

Method nail

tables/utils.py:404–406  ·  view source on GitHub ↗

Increase the nail count.

(self)

Source from the content-addressed store, hash-verified

402 self._cache.clear()
403
404 def nail(self) -> None:
405 """Increase the nail count."""
406 self._nailcount += 1
407
408 def unnail(self) -> None:
409 """Decrease the nail count."""

Callers 3

_g_post_init_hookMethod · 0.80
dirtyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected