Searched refs:is_ninja_command (Results 1 – 1 of 1) sorted by relevance
118 if self.is_make_command() or self.is_ninja_command():161 def is_ninja_command(self) -> bool: member in BuildCommand202 if additional_ninja_args and self.is_ninja_command():