Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
pip._vendor.chardet.jpcntx.SJISContextAnalysis Class Reference
Inheritance diagram for pip._vendor.chardet.jpcntx.SJISContextAnalysis:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.chardet.jpcntx.SJISContextAnalysis:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self)
 
str charset_name (self)
 
Tuple[int, int] get_order (self, Union[bytes, bytearray] byte_str)
 
- Public Member Functions inherited from pip._vendor.chardet.jpcntx.JapaneseContextAnalysis
None reset (self)
 
None feed (self, Union[bytes, bytearray] byte_str, int num_bytes)
 
bool got_enough_data (self)
 
float get_confidence (self)
 

Protected Attributes

 _charset_name
 
- Protected Attributes inherited from pip._vendor.chardet.jpcntx.JapaneseContextAnalysis
 _total_rel
 
 _need_to_skip_char_num
 
 _last_char_order
 
 _done
 
 _rel_sample
 

Additional Inherited Members

- Static Public Attributes inherited from pip._vendor.chardet.jpcntx.JapaneseContextAnalysis
int NUM_OF_CATEGORY = 6
 
int DONT_KNOW = -1
 
int ENOUGH_REL_THRESHOLD = 100
 
int MAX_REL_THRESHOLD = 1000
 
int MINIMUM_DATA_THRESHOLD = 4
 

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.chardet.jpcntx.SJISContextAnalysis.__init__ (   self)

Member Function Documentation

◆ get_order()

Tuple[int, int] pip._vendor.chardet.jpcntx.SJISContextAnalysis.get_order (   self,
Union[bytes, bytearray]  byte_str 
)

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