Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py73 def is_deletion_superset_of(self, other: Delta) -> bool: member in Delta
207 def is_deletion_superset_of(self, other: Patch) -> bool: member in Patch
246 d_j.is_deletion_superset_of(d_i) for d_j in deltas if d_j is not d_i
277 if self.is_deletion_superset_of(other):
281 if other.is_deletion_superset_of(self):