UniqueDict
A dictionary subclass that handles making it's keys unique
The UniqueDict class is accessible via the pywinauto.findbestmatch module.
Methods
f FindBestMatches(self, search_text, clean=False, ignore_case=False) ...
Return the best matches for search_text in the items
- search_text the text to look for
- clean whether to clean non text characters out of the strings
- ignore_case compare strings case insensitively
See the source for more information.