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):
...
Represents an estimate of the number of words in the document.
@property
def words(self):
...
@words.setter
def words(self, value):
...