|
| None | __init__ (self) |
| |
| int | get_order (self, Union[bytes, bytearray] byte_str) |
| |
| None | reset (self) |
| |
| None | feed (self, Union[bytes, bytearray] char, int char_len) |
| |
| float | get_confidence (self) |
| |
|
bool | got_enough_data (self) |
| |
|
|
| typical_distribution_ratio |
| |
|
| typical_distribution_ratio |
| |
|
|
| _char_to_freq_order |
| |
|
| _table_size |
| |
|
| _table_size |
| |
|
| _done |
| |
|
| _total_chars |
| |
|
| _freq_chars |
| |
|
|
int | ENOUGH_DATA_THRESHOLD = 1024 |
| |
|
float | SURE_YES = 0.99 |
| |
|
float | SURE_NO = 0.01 |
| |
|
int | MINIMUM_DATA_THRESHOLD = 3 |
| |
◆ __init__()
| None pip._vendor.chardet.chardistribution.EUCJPDistributionAnalysis.__init__ |
( |
|
self | ) |
|
◆ get_order()
| int pip._vendor.chardet.chardistribution.EUCJPDistributionAnalysis.get_order |
( |
|
self, |
|
|
Union[bytes, bytearray] |
byte_str |
|
) |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py