AbTab.__init__()
The constructor has only one job: create the .__abbrMap dictionary.
.__abbrMap
# - - - A b T a b . _ _ i n i t _ _ def __init__ ( self ): '''Constructor for the symbol table. ''' self.__abbrMap = {}