Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
3
it_can_merge_a_range_of_cells
Method · 0.45
but_it_raises_when_cells_are_from_different_tables
Method · 0.45
and_it_raises_when_range_contains_merged_cell
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
3
it_can_merge_a_range_of_cells
Method · 0.36
but_it_raises_when_cells_are_from_different_tables
Method · 0.36
and_it_raises_when_range_contains_merged_cell
Method · 0.36