Searched refs:CondensedDiags (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 40 warnings: list[CondensedDiags] 41 errors_left: list[CondensedDiags] 42 errors_fixed: list[CondensedDiags] 169 …def finalize(self: PoolImpl) -> tuple[list[CondensedDiags], list[CondensedDiags], list[CondensedDi… 206 errors_left: CondensedDiags 207 errors_fixed: CondensedDiags 208 warnings: CondensedDiags
|
| H A D | _linter.py | 89 def split_and_condense(self) -> tuple[CondensedDiags, CondensedDiags]: 101 unresolved: CondensedDiags = {p : [] for p in self.data.keys()} 102 resolved: CondensedDiags = {p : [] for p in self.data.keys()} 742 def get_all_errors(self) -> tuple[CondensedDiags, CondensedDiags]: 754 def get_all_warnings(self) -> tuple[CondensedDiags, CondensedDiags]: 821 …def diagnostics(self) -> tuple[CondensedDiags, CondensedDiags, CondensedDiags, list[PathDiffPair]]:
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | test_main.py | 51 errors_fixed: list[CondensedDiags], argument 52 errors_left: list[CondensedDiags], argument
|
| H A D | _typing.py | 73 CondensedDiags: TypeAlias = Dict[Path, List[str]] variable
|
| H A D | main.py | 261 def flatten_diags(diag_list: list[CondensedDiags]) -> str: argument
|