The code passed in is stripped and uppercased to provide a case-insensitive match.
# - - - A b T a b . _ _ g e t i t e m _ _
def __getitem__ ( self, code ):
'''Find a code, if there is one.
'''
return self.__abbrMap [ code.strip().upper() ]