Lines Matching defs:main
137 width = idleConf.GetOption('main', 'EditorWindow', 'width', type='int')
146 'main', 'EditorWindow', 'height', type='int'),
227 text['font'] = idleConf.GetFont(self.root, 'main', 'EditorWindow')
238 # Although use-spaces=0 can be configured manually in config-main.def,
241 usespaces = idleConf.GetOption('main', 'Indent',
357 if idleConf.GetOption('main', 'EditorWindow',
794 'from turtledemo.__main__ import main; main()']
874 'main', 'EditorWindow', 'cursor-blink', type='bool')
893 # Finally, update the main text widget.
894 new_font = idleConf.GetFont(self.root, 'main', 'EditorWindow')
957 self.indentwidth = idleConf.GetOption('main', 'Indent','num-spaces',
1752 from unittest import main
1753 main('idlelib.idle_test.test_editor', verbosity=2, exit=False)