Home
last modified time | relevance | path

Searched refs:save_option (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py729 save_option = self.changes.save_option
730 self.assertTrue(save_option('main', 'Indent', 'what', '0'))
731 self.assertFalse(save_option('main', 'Indent', 'what', '0'))
734 self.assertTrue(save_option('main', 'Indent', 'use-spaces', '0'))
736 self.assertTrue(save_option('main', 'Indent', 'use-spaces', '1'))
755 changes.save_option('main', 'HelpFiles', 'IDLE', 'idledoc')
764 # save_option returns False; cfg_type_changed remains False.
/third_party/python/Lib/idlelib/
H A Dconfig.py792 save_option: Save option and value to config parser.
814 def save_option(config_type, section, item, value): member in ConfigChanges
843 if self.save_option(config_type, section, item, value):

Completed in 3 milliseconds