second_component property

second_component property

SecondComponent

Definition:

@property
def second_component(self):
    ...
@second_component.setter
def second_component(self, value):
    ...

See Also