def __init__(self, shape_cell_handle, cell_handle, contour_handle, number): Cell.__init__(self, cell_handle) self._sasa_cell_handle = shape_cell_handle self._cell_handle = cell_handle self._contour_handle = contour_handle
def __init__(self, shape_cell_handle, cell_handle, complex_handle): Cell.__init__(self, cell_handle) self._shape_cell_handle = shape_cell_handle self._cell_handle = cell_handle self._complex_handle = complex_handle