characters property

characters property

The characters contained by the word.

Definition:

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

See Also