Searched refs:ConfigChanges (Results 1 – 6 of 6) sorted by relevance
1136 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *1138 __name__ == '__main__'. * Add class config.ConfigChanges based on1141 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match1143 ConfigChanges. Cheryl Sabella contributed parts of the patch.
6022 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *6024 __name__ == '__main__'. * Add class config.ConfigChanges based on6027 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match6029 ConfigChanges. Cheryl Sabella contributed parts of the patch.
779 class ConfigChanges(dict): class
666 Coverage is 100% for those classes and ConfigChanges.682 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.685 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.687 * Revise configdialog to use ConfigChanges; see tracker msg297804.689 * Remove configdialog functions unused or moved to ConfigChanges.
25 from idlelib.config import idleConf, ConfigChanges38 changes = ConfigChanges()
717 self.changes = config.ConfigChanges()