create# classmethod Cell.create(db, cell_type, cell_name)# Create a cell. Parameters: dbDatabaseDatabase to create the cell in. cell_typeCellTypeType of the cell to create. cell_namestrName of the cell. Returns: CellCell created.