MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / values

Method values

PySimpleGUI/PySimpleGUI.py:9173–9180  ·  view source on GitHub ↗

Returns the table values as a list of lists :return: List of lists of table items :rtype: List[List[Any]]

(self)

Source from the content-addressed store, hash-verified

9171
9172 @property
9173 def values(self):
9174 """
9175 Returns the table values as a list of lists
9176
9177 :return: List of lists of table items
9178 :rtype: List[List[Any]]
9179 """
9180 return self.Values
9181
9182
9183 Update = update

Callers 8

mainFunction · 0.80
mainFunction · 0.80
settings_saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected