(self, key)
| 972 | raise NotImplementedError('Must implement the set method.') |
| 973 | |
| 974 | def delete(self, key): |
| 975 | raise NotImplementedError('Must implement the delete method') |
| 976 | |
| 977 | def incr(self, key): |
| 978 | raise NotImplementedError('Does not implement incr') |
no outgoing calls
no test coverage detected