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

Public Member Functions

None __init__ (self)
 
int get_order (self, Union[bytes, bytearray] byte_str)
 
- Public Member Functions inherited from pip._vendor.chardet.chardistribution.CharDistributionAnalysis
None reset (self)
 
None feed (self, Union[bytes, bytearray] char, int char_len)
 
float get_confidence (self)
 
bool got_enough_data (self)
 

Public Attributes

 typical_distribution_ratio
 
- Public Attributes inherited from pip._vendor.chardet.chardistribution.CharDistributionAnalysis
 typical_distribution_ratio
 

Protected Attributes

 _char_to_freq_order
 
 _table_size
 
- Protected Attributes inherited from pip._vendor.chardet.chardistribution.CharDistributionAnalysis
 _table_size
 
 _done
 
 _total_chars
 
 _freq_chars
 

Additional Inherited Members

- Static Public Attributes inherited from pip._vendor.chardet.chardistribution.CharDistributionAnalysis
int ENOUGH_DATA_THRESHOLD = 1024
 
float SURE_YES = 0.99
 
float SURE_NO = 0.01
 
int MINIMUM_DATA_THRESHOLD = 3
 

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.chardet.chardistribution.SJISDistributionAnalysis.__init__ (   self)

Member Function Documentation

◆ get_order()

int pip._vendor.chardet.chardistribution.SJISDistributionAnalysis.get_order (   self,
Union[bytes, bytearray]  byte_str 
)

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