PostgreSQL Source Code  git master
generate_unaccent_rules.Codepoint Class Reference

Public Member Functions

def __init__ (self, id, general_category, combining_ids)
 

Data Fields

 id
 
 general_category
 
 combining_ids
 

Detailed Description

Definition at line 72 of file generate_unaccent_rules.py.

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

Definition at line 76 of file generate_unaccent_rules.py.

◆ general_category

generate_unaccent_rules.Codepoint.general_category

Definition at line 75 of file generate_unaccent_rules.py.

◆ id

generate_unaccent_rules.Codepoint.id

Definition at line 74 of file generate_unaccent_rules.py.


The documentation for this class was generated from the following file: