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

Classes

class  Hiragana
 
class  Kanji
 
class  Katakana
 

Static Public Attributes

 漢字
 
 カタカナ = Katakana
 
 ひらがな = Hiragana
 

Static Protected Attributes

tuple _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 Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges

Member Data Documentation

◆ _ranges

tuple pip._vendor.pyparsing.unicode.pyparsing_unicode.Japanese._ranges
staticprotected
Initial value:
= (
Kanji._ranges
+ Hiragana._ranges
+ Katakana._ranges
)

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