Searched defs:rmenu_specs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ | ||
D | squeezer.py | 185 rmenu_specs = ( variable in ExpandingButton |
D | outwin.py | 68 rmenu_specs = [ variable in OutputWindow |
D | pyshell.py | 153 rmenu_specs = [ variable in PyShellEditorWindow |
D | editor.py | 587 rmenu_specs = [ variable in EditorWindow |
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ | ||
D | OutputWindow.py | 59 rmenu_specs = [ variable in OutputWindow |
D | PyShell.py | 147 rmenu_specs = [ variable in PyShellEditorWindow |
D | EditorWindow.py | 499 rmenu_specs = [ variable in EditorWindow |