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

  /external/python/cpython2/Lib/idlelib/
configSectionNameDialog.py 9 class GetCfgSectionNameDialog(Toplevel):
92 run(GetCfgSectionNameDialog)
configDialog.py 18 from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
93 dlg=GetCfgSectionNameDialog(root,'Get Name',
configDialog.py 20 from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
642 newKeySet=GetCfgSectionNameDialog(self,'New Custom Key Set',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
93 dlg=GetCfgSectionNameDialog(root,'Get Name',
configDialog.py 20 from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
642 newKeySet=GetCfgSectionNameDialog(self,'New Custom Key Set',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
93 dlg=GetCfgSectionNameDialog(root,'Get Name',
configDialog.py 20 from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
642 newKeySet=GetCfgSectionNameDialog(self,'New Custom Key Set',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 8 class GetCfgSectionNameDialog(Toplevel):
93 dlg=GetCfgSectionNameDialog(root,'Get Name',
configDialog.py 20 from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
642 newKeySet=GetCfgSectionNameDialog(self,'New Custom Key Set',
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_config_name.py 6 name_dialog = name_dialog_module.GetCfgSectionNameDialog

Completed in 567 milliseconds