Searched refs:shell_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, contradictory
931 return idleConf.GetExtensions(shell_only=True)
413 editor_only=False, shell_only=False): argument438 if editor_only or shell_only: # TODO both True contradict
930 return idleConf.GetExtensions(shell_only=True)
423 eq(iGE(shell_only=True), [])