Searched refs:editor_only (Results 1 – 5 of 5) sorted by relevance
407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False): argument427 if editor_only or shell_only: # TODO if both, contradictory428 if editor_only:
1047 return idleConf.GetExtensions(editor_only=True)
435 editor_only=False, shell_only=False): argument460 if editor_only or shell_only: # TODO both True contradict461 if editor_only:
1066 return idleConf.GetExtensions(editor_only=True)
442 eq(iGE(editor_only=True), ['ZzDummy'])444 eq(iGE(active_only=False, editor_only=True), ['ZzDummy', 'DISABLE'])