(self, key)
| 960 | self.chord_keyprefix = self.key_t(self.chord_keyprefix) |
| 961 | |
| 962 | def get(self, key): |
| 963 | raise NotImplementedError('Must implement the get method.') |
| 964 | |
| 965 | def mget(self, keys): |
| 966 | raise NotImplementedError('Does not support get_many') |
no outgoing calls
no test coverage detected