generate_unaccent_rules.Codepoint Class Reference
Detailed Description
Constructor & Destructor Documentation
◆ __init__()
def generate_unaccent_rules.Codepoint.__init__
(
self,
id,
general_category,
combining_ids
)
Definition at line 73 of file generate_unaccent_rules.py.
73 def __init__(self, id, general_category, combining_ids):
74 self.id = id
75 self.general_category = general_category
76 self.combining_ids = combining_ids
77
78
Field Documentation
◆ combining_ids
generate_unaccent_rules.Codepoint.combining_ids
◆ general_category
generate_unaccent_rules.Codepoint.general_category
◆ id
generate_unaccent_rules.Codepoint.id
The documentation for this class was generated from the following file: