OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_keydefs
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython2/Lib/idlelib/
Bindings.py
91
default_keydefs
= idleConf.GetCurrentKeySet()
variable
EditorWindow.py
784
self.Bindings.
default_keydefs
= keydefs = idleConf.GetCurrentKeySet()
796
self.Bindings.
default_keydefs
= keydefs = idleConf.GetCurrentKeySet()
[
all
...]
/external/python/cpython3/Lib/idlelib/idle_test/
test_mainmenu.py
17
self.assertGreaterEqual(len(mainmenu.
default_keydefs
), 50)
/external/python/cpython3/Lib/idlelib/
mainmenu.py
119
default_keydefs
= idleConf.GetCurrentKeySet()
variable
editor.py
801
self.mainmenu.
default_keydefs
= keydefs = idleConf.GetCurrentKeySet()
[
all
...]
Completed in 1997 milliseconds