D | update_version.py | 70 def __init__(self, major, minor, patch, identifier_string, version_type): argument 84 self.version_type = version_type 102 if self.version_type == REGULAR_VERSION: 115 def parse_from_string(string, version_type): argument 143 version_type) 172 version_type = NIGHTLY_VERSION 174 version_type = REGULAR_VERSION 180 version_type)
|