statistic property

statistic property

Definition:

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

See Also