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

Method _auto_save_location

PySimpleGUI/PySimpleGUI.py:11619–11625  ·  view source on GitHub ↗

Internal function to save the location of the window in the settings file :return:

(self)

Source from the content-addressed store, hash-verified

11617 return False
11618
11619 def _auto_save_location(self):
11620 """
11621 Internal function to save the location of the window in the settings file
11622 :return:
11623 """
11624 if self.auto_save_location:
11625 user_settings_set_entry('-LAST WINDOW LOCATION-'+self.Title, self._last_location)
11626
11627
11628

Callers 3

_config_callbackMethod · 0.95
closeMethod · 0.95
_OnClosingCallbackMethod · 0.95

Calls 1

user_settings_set_entryFunction · 0.85

Tested by

no test coverage detected