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 68 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 69 of file generate_unaccent_rules.py.

69  def __init__(self, id, general_category, combining_ids):
70  self.id = id
71  self.general_category = general_category
72  self.combining_ids = combining_ids
73 
74 

Field Documentation

◆ combining_ids

generate_unaccent_rules.Codepoint.combining_ids

Definition at line 72 of file generate_unaccent_rules.py.

◆ general_category

generate_unaccent_rules.Codepoint.general_category

Definition at line 71 of file generate_unaccent_rules.py.

◆ id

generate_unaccent_rules.Codepoint.id

Definition at line 70 of file generate_unaccent_rules.py.


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