chr_type property

chr_type property

Specify combining characters by type value.

Definition:

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

See Also