class sakkara.model.Reshaper(component: ModelComponent, group: str | Tuple[str, ...] | None)#

Reshape a component

Parameters:
  • component – The component to be reshaped.

  • group – Group to reshape component into.

build_variable() None#

Build the variable, performed after prebuild and build_group.