characters property
characters property
Represents an estimate of the number of characters in the document.
Definition:
@property
def characters(self):
...
@characters.setter
def characters(self, value):
...
Represents an estimate of the number of characters in the document.
@property
def characters(self):
...
@characters.setter
def characters(self, value):
...