statistic property

statistic property

Gets the tag indicating a property containing document statistics (word count, character count, etc).

Definition:

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

See Also