copy_cells#

Database.copy_cells(cells_to_copy)#

Copy cells from other databases or this database into this database.

Parameters:
cells_to_copylist of Cell

Cells to copy.

Returns:
list of Cell

New cells created in this database.