src.domains.hamming_space module# class HammingSpace(alphabet, wordlength)[source]# Bases: RGSpace Represents a Hamming Space Parameters:# alphabetlist of stringsalphabet of the Hamming space. wordlengthintNumber of letters in each word. __init__(alphabet, wordlength)[source]# property alphabet# property wordlength#