Home | History | Annotate | Download | only in idlelib

Lines Matching refs:del_exitf

406         del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
409 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
411 command = "__import__('run').main(%r)" % (del_exitf,)