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

Class Kanji

source code

 object --+    
          |    
unicode_set --+
              |
             pyparsing_unicode.Japanese.Kanji

Unicode set for Kanji Unicode Character Range

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]
  _ranges = [(19968, 40895), (12288, 12351)]
Properties [hide private]

Inherited from object: __class__