We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1e798 commit aa3f29eCopy full SHA for aa3f29e
2 files changed
src/pkgcraft/dep/cpv.pyx
@@ -286,7 +286,7 @@ cdef class Cpv:
286
return C.pkgcraft_cpv_restrict_matches(self.ptr, r.ptr)
287
288
def intersects(self, other):
289
- """Determine intersection between two Cpv or Dep objects.
+ """Determine if a Cpv intersects with another object.
290
291
Args:
292
other: object to check for intersection against
src/pkgcraft/dep/pkg.pyx
@@ -638,7 +638,7 @@ cdef class Dep:
638
return C.pkgcraft_dep_restrict_matches(self.ptr, r.ptr)
639
640
641
+ """Determine if a Dep intersects with another object.
642
643
644
0 commit comments