reorder_child# TableMapGenerator.reorder_child(target_child_template: Template, new_position: int) → None# Move a child template to a new position in children. Parameters: target_child_templateTemplateChild template instance to move. new_positionintNew index in the children list. Raises: TemplateReorderOutOfBoundsIf new_position is not within [0, len(children)). TemplateDoesNotExistIf the target template is not present in children.