Searched refs:ConfigChanges (Results 1 – 6 of 6) sorted by relevance
1152 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *1154 __name__ == '__main__'. * Add class config.ConfigChanges based on1157 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match1159 ConfigChanges. Cheryl Sabella contributed parts of the patch.
6045 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *6047 __name__ == '__main__'. * Add class config.ConfigChanges based on6050 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match6052 ConfigChanges. Cheryl Sabella contributed parts of the patch.
445 Coverage is 100% for those classes and ConfigChanges.461 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.464 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.466 * Revise configdialog to use ConfigChanges; see tracker msg297804.468 * Remove configdialog functions unused or moved to ConfigChanges.
798 class ConfigChanges(dict): class
23 from idlelib.config import idleConf, ConfigChanges35 changes = ConfigChanges()
734 self.changes = config.ConfigChanges()