dependant_property property

dependant_property property

DependantProperty

Definition:

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

See Also