461
461
# child may have shrunk, or might be the same.
462
462
self._len = self._len - old_len + len(child)
463
463
self._items[serialised_key] = child
464
465
return self.unique_serialised_prefix(), [("", self)]
465
466
# child has overflown - create a new intermediate node.
466
467
# XXX: This is where we might want to try and expand our depth