Searched refs:should_show_in_main_help (Results 1 – 3 of 3) sorted by relevance
185 relevant_commands = filter(self._tool.should_show_in_main_help, self._tool.commands)273 def should_show_in_main_help(self, command): member in MultiCommandTool
71 def should_show_in_main_help(self, command): member in WebKitPatch
24401 - change should_show_command_help to should_show_in_main_help24416 … - Change should_show_command_help to should_show_in_main_help and add a default implementation.