words property

words property

Represents an estimate of the number of words in the document.

Definition:

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

See Also