class documentation

class LetterMixer:

View In Hierarchy

Letter mixer clas.

Method __init__ Init class.
Instance Variable group main group data.
Instance Variable alphabet_dict re-usable alphabet_dict.
Instance Variable object_dict re-usable object dict.
Method mix_word Mix up the word with unicode varients.
Method _yield_letter Yield letter mixer values for letter/digit that corresponds to the unicode varients.
Method _alphabet_dict Generated alphabet_dict.
Method _obj_dict Generated object dict.
def __init__(self):

Init class.

group =

main group data.

alphabet_dict =

re-usable alphabet_dict.

object_dict =

re-usable object dict.

def _yield_letter(self, letter):

Yield letter mixer values for letter/digit that corresponds to the unicode varients.

ReturnsUndocumented (type: Iterator[Dict])
def _alphabet_dict(self):

Generated alphabet_dict.

def _obj_dict(self):

Generated object dict.

def mix_word(self, word):

Mix up the word with unicode varients.

API Documentation for unicodes_api, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.