value property

value property

On retrieval, the value of the attribute is returned as a string.

Definition:

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

See Also