Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dconfig.py413 editor_only=False, shell_only=False): argument
438 if editor_only or shell_only: # TODO both True contradict
439 if editor_only:
Deditor.py1114 return idleConf.GetExtensions(editor_only=True)
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py425 eq(iGE(editor_only=True), ['ZzDummy'])
427 eq(iGE(active_only=False, editor_only=True), ['ZzDummy', 'DISABLE'])