Home
last modified time | relevance | path

Searched refs:editor_only (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False): argument
427 if editor_only or shell_only: # TODO if both, contradictory
428 if editor_only:
DEditorWindow.py1047 return idleConf.GetExtensions(editor_only=True)
/external/python/cpython3/Lib/idlelib/
Dconfig.py435 editor_only=False, shell_only=False): argument
460 if editor_only or shell_only: # TODO both True contradict
461 if editor_only:
Deditor.py1066 return idleConf.GetExtensions(editor_only=True)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py442 eq(iGE(editor_only=True), ['ZzDummy'])
444 eq(iGE(active_only=False, editor_only=True), ['ZzDummy', 'DISABLE'])