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

Public Member Functions

None __init__ (self)
 
bool eligible (self, str character)
 
None feed (self, str character)
 
None reset (self)
 
float ratio (self)
 

Protected Attributes

 _successive_upper_lower_count
 
 _character_count_since_last_sep
 
 _last_alpha_seen
 
 _buf
 
 _current_ascii_only
 
 _character_count
 
 _successive_upper_lower_count_final
 

Member Function Documentation

◆ eligible()

bool charset_normalizer.md.ArchaicUpperLowerPlugin.eligible (   self,
str  character 
)
Determine if given character should be fed in.

Reimplemented from charset_normalizer.md.MessDetectorPlugin.

◆ feed()

None charset_normalizer.md.ArchaicUpperLowerPlugin.feed (   self,
str  character 
)
The main routine to be executed upon character.
Insert the logic in witch the text would be considered chaotic.

Reimplemented from charset_normalizer.md.MessDetectorPlugin.

◆ ratio()

float charset_normalizer.md.ArchaicUpperLowerPlugin.ratio (   self)
Compute the chaos ratio based on what your feed() has seen.
Must NOT be lower than 0.; No restriction gt 0.

Reimplemented from charset_normalizer.md.MessDetectorPlugin.

◆ reset()

None charset_normalizer.md.ArchaicUpperLowerPlugin.reset (   self)
Permit to reset the plugin to the initial state.

Reimplemented from charset_normalizer.md.MessDetectorPlugin.


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