characters_with_spaces property

characters_with_spaces property

Represents an estimate of the number of characters (including spaces) in the document.

Definition:

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

See Also