copy_cells#

Edb.copy_cells(cells_to_copy)[source]#

Copy Cells from other Databases or this Database into this Database.

Parameters:
cells_to_copylist[Cell]

Cells to copy.

Returns:
list[Cell]

New Cells created in this Database.