Searched refs:build_system_commands (Results 1 – 3 of 3) sorted by relevance
283 build_system_commands = config_dict.get(build_dir)286 if not build_system_commands:289 return build_system_commands291 def build_system_commands( member in ProjectBuilderPrefs294 build_system_commands = self._get_build_system_commands_for(build_dir)297 commands: list[dict[str, Any]] = build_system_commands.get(
555 ) in prefs.build_system_commands(build_dir):
730 build_system_commands: list[str] | None = None,