Searched refs:to_append (Results 1 – 2 of 2) sorted by relevance
413 to_append = element.contents414 if len(to_append) > 0:417 first_child = to_append[0]434 last_childs_last_descendant = to_append[-1]._last_descendant(False, True)444 for child in to_append:
737 to_append = {'cookie': raw_event.cookie}745 to_append['src_pathname'] = mv_[0]756 return self.process_default(raw_event, to_append)818 def process_default(self, raw_event, to_append=None): argument838 if to_append is not None:839 dict_.update(to_append)