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

Function AddToReturnDictionary

PySimpleGUI/PySimpleGUI.py:14859–14866  ·  view source on GitHub ↗
(form, element, value)

Source from the content-addressed store, hash-verified

14857##################################### ----- RESULTS ------ ##################################################
14858
14859def AddToReturnDictionary(form, element, value):
14860 form.ReturnValuesDictionary[element.Key] = value
14861 # if element.Key is None:
14862 # form.ReturnValuesDictionary[form.DictionaryKeyCounter] = value
14863 # element.Key = form.DictionaryKeyCounter
14864 # form.DictionaryKeyCounter += 1
14865 # else:
14866 # form.ReturnValuesDictionary[element.Key] = value
14867
14868
14869def AddToReturnList(form, value):

Callers 1

_BuildResultsForSubformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected