Round

class Round(round_id)

Bases: object

add_component(component)
are_there_forbidden_components(forbidden_types, forbidden_descriptions)
component_from(index)
property components
get_component_from_id(component_id)
get_components_ids()
get_number_of_components()
get_round_from_component_id(component_id)
property id
is_component_input(fixed_index, moving_index)
is_power_of_2_word_based(dto)
property number_of_components
print_round()
print_round_as_python_dictionary()
remove_component(component)
remove_component_from_id(component_id)
round_as_python_dictionary()
swap_components(fixed_index, moving_index)