word_count property

word_count property

Gets a maximum word count.

Definition:

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

See Also