Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py141 def _make_source(self) -> str: member in Patch
285 …assert self._make_source() == other._make_source(), 'Need to update offset calculation to handle a…
312 src = old_src = self._make_source()
328 before = self._make_source()
H A D_linter.py782 patch._make_source().splitlines(True), patch.collapse().splitlines(True),