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):
    ...

See Also