D | update_version.py | 77 def __init__(self, major, minor, patch, identifier_string, version_type): argument 91 self.version_type = version_type 109 if self.version_type == REGULAR_VERSION: 122 def parse_from_string(string, version_type): argument 150 version_type) 179 version_type = NIGHTLY_VERSION 181 version_type = REGULAR_VERSION 187 version_type)
|