Module pyparsing :: Class pyparsing_unicode :: Class CJK
[hide private]
[frames] | no frames]

Class CJK

source code

            object --+        
                     |        
           unicode_set --+    
                         |    
 pyparsing_unicode.Chinese --+
                             |
            object --+       |
                     |       |
           unicode_set --+   |
                         |   |
pyparsing_unicode.Japanese --+
                             |
            object --+       |
                     |       |
           unicode_set --+   |
                         |   |
  pyparsing_unicode.Korean --+
                             |
                            pyparsing_unicode.CJK

Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range

Nested Classes [hide private]

Inherited from Japanese: Hiragana, Kanji, Katakana

Instance Methods [hide private]

Inherited from unicode_set: alphanums, alphas, nums, printables

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from unicode_set (private): _get_chars_for_ranges

Class Variables [hide private]

Inherited from Chinese (private): _ranges

Properties [hide private]

Inherited from object: __class__