Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.chardet.latin1prober Namespace Reference

Data Structures

class  Latin1Prober
 

Variables

int FREQ_CAT_NUM = 4
 
int UDF = 0
 
int OTH = 1
 
int ASC = 2
 
int ASS = 3
 
int ACV = 4
 
int ACO = 5
 
int ASV = 6
 
int ASO = 7
 
int CLASS_NUM = 8
 
tuple Latin1_CharToClass
 
tuple Latin1ClassModel
 

Variable Documentation

◆ ACO

int ACO = 5

Definition at line 41 of file latin1prober.py.

◆ ACV

int ACV = 4

Definition at line 40 of file latin1prober.py.

◆ ASC

int ASC = 2

Definition at line 38 of file latin1prober.py.

◆ ASO

int ASO = 7

Definition at line 43 of file latin1prober.py.

◆ ASS

int ASS = 3

Definition at line 39 of file latin1prober.py.

◆ ASV

int ASV = 6

Definition at line 42 of file latin1prober.py.

◆ CLASS_NUM

int CLASS_NUM = 8

Definition at line 44 of file latin1prober.py.

◆ FREQ_CAT_NUM

int FREQ_CAT_NUM = 4

Definition at line 34 of file latin1prober.py.

◆ Latin1_CharToClass

tuple Latin1_CharToClass

Definition at line 47 of file latin1prober.py.

◆ Latin1ClassModel

tuple Latin1ClassModel
Initial value:
1= (
2# UDF OTH ASC ASS ACV ACO ASV ASO
3 0, 0, 0, 0, 0, 0, 0, 0, # UDF
4 0, 3, 3, 3, 3, 3, 3, 3, # OTH
5 0, 3, 3, 3, 3, 3, 3, 3, # ASC
6 0, 3, 3, 3, 1, 1, 3, 3, # ASS
7 0, 3, 3, 3, 1, 2, 1, 2, # ACV
8 0, 3, 3, 3, 3, 3, 3, 3, # ACO
9 0, 3, 1, 3, 1, 1, 1, 3, # ASV
10 0, 3, 1, 3, 1, 1, 3, 3, # ASO
11)

Definition at line 86 of file latin1prober.py.

◆ OTH

int OTH = 1

Definition at line 37 of file latin1prober.py.

◆ UDF

int UDF = 0

Definition at line 36 of file latin1prober.py.