Home
last modified time | relevance | path

Searched defs:CondensedDiags (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py51 errors_fixed: list[CondensedDiags],
52 errors_left: list[CondensedDiags],
H A D_typing.py73 CondensedDiags: TypeAlias = Dict[Path, List[str]] variable
H A Dmain.py261 def flatten_diags(diag_list: list[CondensedDiags]) -> str: