Home
last modified time | relevance | path

Searched refs:menu_specs (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dpyshell.py843 menu_specs = [ variable in PyShell
864 ms = self.menu_specs
Deditor.py437 menu_specs = [ variable in EditorWindow
451 for name, label in self.menu_specs:
/external/python/cpython2/Lib/idlelib/
DPyShell.py867 menu_specs = [ variable in PyShell
882 ms = self.menu_specs
DEditorWindow.py433 menu_specs = [ variable in EditorWindow
447 for name, label in self.menu_specs: