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

  /external/python/cpython2/Lib/idlelib/
PyShell.py 419 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
422 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
424 command = "__import__('run').main(%r)" % (del_exitf,)
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 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,)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
394 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
396 command = "__import__('run').main(%r)" % (del_exitf,)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
394 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
396 command = "__import__('run').main(%r)" % (del_exitf,)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
394 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
396 command = "__import__('run').main(%r)" % (del_exitf,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
394 command = "__import__('idlelib.run').run.main(%r)" % (del_exitf,)
396 command = "__import__('run').main(%r)" % (del_exitf,)
    [all...]

Completed in 146 milliseconds