HomeSort by relevance Sort by last modified time
    Searched refs:autosave (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/idlelib/
ScriptBinding.py 191 If the user has configured IDLE for Autosave, the file will be
197 autosave = idleConf.GetOption('main', 'General',
198 'autosave', type='bool')
199 if autosave and filename:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScriptBinding.py 192 If the user has configured IDLE for Autosave, the file will be
198 autosave = idleConf.GetOption('main', 'General',
199 'autosave', type='bool')
200 if autosave and filename:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScriptBinding.py 192 If the user has configured IDLE for Autosave, the file will be
198 autosave = idleConf.GetOption('main', 'General',
199 'autosave', type='bool')
200 if autosave and filename:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 192 If the user has configured IDLE for Autosave, the file will be
198 autosave = idleConf.GetOption('main', 'General',
199 'autosave', type='bool')
200 if autosave and filename:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 192 If the user has configured IDLE for Autosave, the file will be
198 autosave = idleConf.GetOption('main', 'General',
199 'autosave', type='bool')
200 if autosave and filename:

Completed in 56 milliseconds