Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Protected Attributes | List of all members
pip._vendor.pyparsing.unicode.pyparsing_unicode.Hangul Class Reference
Inheritance diagram for pip._vendor.pyparsing.unicode.pyparsing_unicode.Hangul:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pyparsing.unicode.pyparsing_unicode.Hangul:
Collaboration graph
[legend]

Static Protected Attributes

list _ranges
 
- Static Protected Attributes inherited from pip._vendor.pyparsing.unicode.unicode_set
list _ranges = []
 

Additional Inherited Members

- Public Member Functions inherited from pip._vendor.pyparsing.unicode.unicode_set
 printables (cls)
 
 alphas (cls)
 
 nums (cls)
 
 alphanums (cls)
 
 identchars (cls)
 
 identbodychars (cls)
 
 identifier (cls)
 
- Public Attributes inherited from pip._vendor.pyparsing.unicode.unicode_set
 identchars
 
 identbodychars
 
- Protected Member Functions inherited from pip._vendor.pyparsing.unicode.unicode_set
 _chars_for_ranges (cls)
 
- Protected Attributes inherited from pip._vendor.pyparsing.unicode.unicode_set
 _chars_for_ranges
 

Detailed Description

Unicode set for Hangul (Korean) Unicode Character Range

Member Data Documentation

◆ _ranges

list pip._vendor.pyparsing.unicode.pyparsing_unicode.Hangul._ranges
staticprotected
Initial value:
= [
(0x1100, 0x11FF),
(0x302E, 0x302F),
(0x3131, 0x318E),
(0x3200, 0x321C),
(0x3260, 0x327B),
(0x327E,),
(0xA960, 0xA97C),
(0xAC00, 0xD7A3),
(0xD7B0, 0xD7C6),
(0xD7CB, 0xD7FB),
(0xFFA0, 0xFFBE),
(0xFFC2, 0xFFC7),
(0xFFCA, 0xFFCF),
(0xFFD2, 0xFFD7),
(0xFFDA, 0xFFDC),
]

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