Home
last modified time | relevance | path

Searched refs:rmenu_specs (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dsqueezer.py185 rmenu_specs = ( variable in ExpandingButton
194 for label, method_name in self.rmenu_specs:
Doutwin.py69 rmenu_specs = [ variable in OutputWindow
Dpyshell.py146 rmenu_specs = [ variable in PyShellEditorWindow
861 rmenu_specs = OutputWindow.rmenu_specs + [ variable in PyShell
Deditor.py496 for item in self.rmenu_specs:
513 rmenu_specs = [ variable in EditorWindow
520 for item in self.rmenu_specs:
/external/python/cpython2/Lib/idlelib/
DOutputWindow.py59 rmenu_specs = [ variable in OutputWindow
DEditorWindow.py484 for item in self.rmenu_specs:
499 rmenu_specs = [ variable in EditorWindow
506 for item in self.rmenu_specs:
DPyShell.py147 rmenu_specs = [ variable in PyShellEditorWindow
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py481 len(expandingbutton.rmenu_specs))
482 for label, *data in expandingbutton.rmenu_specs: