MCPcopy Create free account
hub / github.com/scanny/python-pptx / merge

Method merge

tests/unitutil/cxml.py:149–153  ·  view source on GitHub ↗
(seq, seq_2)

Source from the content-addressed store, hash-verified

147 """
148
149 def merge(seq, seq_2):
150 for item in seq_2:
151 if item in seq:
152 continue
153 seq.append(item)
154
155 nspfxs = self.local_nspfxs
156 for child in self._children:

Calls 1

appendMethod · 0.45