Home
last modified time | relevance | path

Searched refs:targets_exclude (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_ide/py/
Dtest_cases.py154 targets_exclude: list[str] | None = None,
167 if targets_exclude is None:
168 targets_exclude = []
177 'targets_exclude': targets_exclude,
Dcpp_test.py1310 settings = self.make_ide_settings(targets_exclude=["a"])
/external/pigweed/pw_ide/ts/pigweed-vscode/src/settings/
Dlegacy.ts42 targets_exclude: z.array(z.string()).default([]),
/external/pigweed/pw_ide/py/pw_ide/
Dsettings.py209 def targets_exclude(self) -> list[str]: member in PigweedIdeSettings
525 PigweedIdeSettings.targets_exclude,
Dcpp.py226 lambda x: x not in self.settings.targets_exclude
227 if len(self.settings.targets_exclude) > 0
/external/pigweed/pw_ide/guide/
Dcli.rst131 .. autoproperty:: pw_ide.settings.PigweedIdeSettings.targets_exclude
/external/pigweed/docs/
Dchangelog.rst8894 globs. The new :py:func:`pw_ide.settings.PigweedIdeSettings.targets_exclude`