stress property

stress property

See the stress property definition in CSS2.

Definition:

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

See Also