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

Data Structures

class  MacRomanProber
 

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 ODD = 8
 
int CLASS_NUM = 9
 
tuple MacRoman_CharToClass
 
tuple MacRomanClassModel
 

Variable Documentation

◆ ACO

int ACO = 5

Definition at line 43 of file macromanprober.py.

◆ ACV

int ACV = 4

Definition at line 42 of file macromanprober.py.

◆ ASC

int ASC = 2

Definition at line 40 of file macromanprober.py.

◆ ASO

int ASO = 7

Definition at line 45 of file macromanprober.py.

◆ ASS

int ASS = 3

Definition at line 41 of file macromanprober.py.

◆ ASV

int ASV = 6

Definition at line 44 of file macromanprober.py.

◆ CLASS_NUM

int CLASS_NUM = 9

Definition at line 47 of file macromanprober.py.

◆ FREQ_CAT_NUM

int FREQ_CAT_NUM = 4

Definition at line 36 of file macromanprober.py.

◆ MacRoman_CharToClass

tuple MacRoman_CharToClass

Definition at line 55 of file macromanprober.py.

◆ MacRomanClassModel

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

Definition at line 94 of file macromanprober.py.

◆ ODD

int ODD = 8

Definition at line 46 of file macromanprober.py.

◆ OTH

int OTH = 1

Definition at line 39 of file macromanprober.py.

◆ UDF

int UDF = 0

Definition at line 38 of file macromanprober.py.