Searched refs:should_execute_command (Results 1 – 4 of 4) sorted by relevance
269 def should_execute_command(self, command): member in MultiCommandTool294 (should_execute, failure_reason) = self.should_execute_command(command)
78 def should_execute_command(self, command): member in TrivialTool
101 def should_execute_command(self, command): member in WebKitPatch
9560 … - MultiCommandTool has two abstract methods should_show_command_help and should_execute_command.