MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / reset_group

Method reset_group

PySimpleGUI/PySimpleGUI.py:3176–3180  ·  view source on GitHub ↗

Sets all Radio Buttons in the group to not selected

(self)

Source from the content-addressed store, hash-verified

3174 self._visible = visible
3175
3176 def reset_group(self):
3177 """
3178 Sets all Radio Buttons in the group to not selected
3179 """
3180 self.TKIntVar.set(0)
3181
3182 def get(self):
3183 # type: (Radio) -> bool

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected