property_source property

property_source property

PropertySource

Definition:

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

See Also