create#

classmethod Cell.create(db, cell_type, cell_name)#

Create a cell.

Parameters:
dbDatabase

Database to create the cell in.

cell_typeCellType

Type of the cell to create.

cell_namestr

Name of the cell.

Returns:
Cell

Cell created.