Searched refs:build_string (Results 1 – 1 of 1) sorted by relevance
663 def __init__(self, major, minor, release, build_string): argument667 self._build_string = build_string684 build_string = property(get_build_string, None) variable in Version702 and (self.build_string == other.build_string)