hyphenate_caps property

hyphenate_caps property

The value determining whether words written in all capital letters are hyphenated; default is True.

Definition:

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

See Also