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

Method _this_elements_window_closed

PySimpleGUI/PySimpleGUI.py:1418–1422  ·  view source on GitHub ↗
(self, quick_check=True)

Source from the content-addressed store, hash-verified

1416 self._generic_callback_handler('')
1417
1418 def _this_elements_window_closed(self, quick_check=True):
1419 if self.ParentForm is not None:
1420 return self.ParentForm.is_closed(quick_check=quick_check)
1421
1422 return True
1423
1424 def _user_bind_callback(self, bind_string, event, propagate=True):
1425 """

Callers 15

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
select_indexMethod · 0.80
set_index_colorMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls 1

is_closedMethod · 0.80

Tested by

no test coverage detected