Searched defs:is_same_minor (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dversion.py125 def is_same_minor(self, other): member in class:DotSequence
234 def is_same_minor(self, other): member in class:MatchingDotSequence
579 return other.release.is_same_minor(self.release)
588 return other.branch.is_same_minor(self.branch)

Completed in 23 milliseconds