MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / _BuildKeyDict

Method _BuildKeyDict

PySimpleGUI/PySimpleGUI.py:11038–11044  ·  view source on GitHub ↗

Used internally only! Not user callable Builds a dictionary containing all elements with keys for this window.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

layoutMethod · 0.95

Calls 1

Tested by

no test coverage detected