203
202
raise AssertionError('Node did not start with "type=leaf": %r'
204
203
% (safe_string_from_size(self._start, last - self._start)))
207
205
key = self.extract_key(last)
209
207
temp_ptr = <char*>_my_memrchr(self._start, c'\0', last - self._start)
214
212
# capture the value string
215
213
value = safe_string_from_size(temp_ptr + 1, last - temp_ptr - 1)