Searched refs:rmenu_specs (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/idlelib/ | ||
D | squeezer.py | 185 rmenu_specs = ( variable in ExpandingButton |
D | outwin.py | 69 rmenu_specs = [ variable in OutputWindow |
D | pyshell.py | 146 rmenu_specs = [ variable in PyShellEditorWindow |
D | editor.py | 496 for item in self.rmenu_specs: |
/external/python/cpython2/Lib/idlelib/ | ||
D | OutputWindow.py | 59 rmenu_specs = [ variable in OutputWindow |
D | EditorWindow.py | 484 for item in self.rmenu_specs: |
D | PyShell.py | 147 rmenu_specs = [ variable in PyShellEditorWindow |
/external/python/cpython3/Lib/idlelib/idle_test/ | ||
D | test_squeezer.py | 481 len(expandingbutton.rmenu_specs)) |