Return size of storage with respect to number of keys
(self)
| 156 | |
| 157 | @abstractmethod |
| 158 | def size(self): |
| 159 | '''Return size of storage with respect to number of keys''' |
| 160 | pass |
| 161 | |
| 162 | @abstractmethod |
| 163 | def itemcounts(self, **kwargs): |
no outgoing calls
no test coverage detected