Increase the nail count.
(self)
| 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.""" |
no outgoing calls
no test coverage detected