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

Method unnail

tables/utils.py:408–410  ·  view source on GitHub ↗

Decrease the nail count.

(self)

Source from the content-addressed store, hash-verified

406 self._nailcount += 1
407
408 def unnail(self) -> None:
409 """Decrease the nail count."""
410 self._nailcount -= 1
411
412 # The following are intended to be used by ``Table`` code handling
413 # conditions.

Callers 2

dirtyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected