MCPcopy Index your code
hub / github.com/python/cpython / SaveUserCfgFiles

Method SaveUserCfgFiles

Lib/idlelib/config.py:763–766  ·  view source on GitHub ↗

Write all loaded user configuration files to disk.

(self)

Source from the content-addressed store, hash-verified

761 self.userCfg[key].Load() #same keys
762
763 def SaveUserCfgFiles(self):
764 "Write all loaded user configuration files to disk."
765 for key in self.userCfg:
766 self.userCfg[key].Save()
767
768
769idleConf = IdleConf()

Callers 1

Calls 1

SaveMethod · 0.80

Tested by 1