Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py220 def split_and_strip(line: str) -> list[str]: function
225 petsc_includes.extend(split_and_strip(line))
227 mpi_includes.extend(split_and_strip(line))
229 raw_cxx_flags.extend(split_and_strip(line))