215
216
annotations = [this_annotation] * num_lines
216
217
parent_keys = self._parent_map[key]
218
self._update_from_one_parent(key, annotations, text, parent_keys[0])
219
self._update_from_first_parent(key, annotations, text,
219
221
for parent in parent_keys[1:]:
220
222
self._update_from_other_parents(key, annotations, text,