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

Public Member Functions

None __init__ (self, SingleByteCharSetModel model, bool is_reversed=False, Optional[CharSetProber] name_prober=None)
 
None reset (self)
 
Optional[str] charset_name (self)
 
Optional[str] language (self)
 
ProbingState feed (self, Union[bytes, bytearray] byte_str)
 
float get_confidence (self)
 
- Public Member Functions inherited from pip._vendor.chardet.charsetprober.CharSetProber
ProbingState state (self)
 

Public Attributes

 state
 
 NEGATIVE_SHORTCUT_THRESHOLD
 
- Public Attributes inherited from pip._vendor.chardet.charsetprober.CharSetProber
 active
 
 lang_filter
 
 logger
 

Static Public Attributes

int SAMPLE_SIZE = 64
 
int SB_ENOUGH_REL_THRESHOLD = 1024
 
float POSITIVE_SHORTCUT_THRESHOLD = 0.95
 
float NEGATIVE_SHORTCUT_THRESHOLD = 0.05
 
- Static Public Attributes inherited from pip._vendor.chardet.charsetprober.CharSetProber
float SHORTCUT_THRESHOLD = 0.95
 

Protected Attributes

 _model
 
 _reversed
 
 _name_prober
 
 _last_order
 
 _total_seqs
 
 _total_char
 
 _control_char
 
 _freq_char
 
 _seq_counters
 
 _state
 
- Protected Attributes inherited from pip._vendor.chardet.charsetprober.CharSetProber
 _state
 

Additional Inherited Members

- Static Public Member Functions inherited from pip._vendor.chardet.charsetprober.CharSetProber
bytes filter_high_byte_only (Union[bytes, bytearray] buf)
 
bytearray filter_international_words (Union[bytes, bytearray] buf)
 
bytes remove_xml_tags (Union[bytes, bytearray] buf)
 

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.__init__ (   self,
SingleByteCharSetModel  model,
bool   is_reversed = False,
Optional[CharSetProber]   name_prober = None 
)

Member Function Documentation

◆ charset_name()

Optional[str] pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.charset_name (   self)

◆ feed()

ProbingState pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.feed (   self,
Union[bytes, bytearray]  byte_str 
)

◆ get_confidence()

float pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.get_confidence (   self)

◆ language()

Optional[str] pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.language (   self)

◆ reset()

None pip._vendor.chardet.sbcharsetprober.SingleByteCharSetProber.reset (   self)

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