Clear teh dictionsry.
(self)
| 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.""" |
no outgoing calls
no test coverage detected