Used internally only! Not user callable Builds a dictionary containing all elements with keys for this window.
(self)
| 11036 | return None |
| 11037 | |
| 11038 | def _BuildKeyDict(self): |
| 11039 | """ |
| 11040 | Used internally only! Not user callable |
| 11041 | Builds a dictionary containing all elements with keys for this window. |
| 11042 | """ |
| 11043 | dict = {} |
| 11044 | self.AllKeysDict = self._BuildKeyDictForWindow(self, self, dict) |
| 11045 | |
| 11046 | def _BuildKeyDictForWindow(self, top_window, window, key_dict): |
| 11047 | """ |
no test coverage detected