This is the complete list of members for UM.Version.Version, including all inherited members.
| __eq__(self, object other) | UM.Version.Version | |
| __ge__(self, Union["Version", str] other) | UM.Version.Version | |
| __gt__(self, Union["Version", str] other) | UM.Version.Version | |
| __hash__(self) | UM.Version.Version | |
| __init__(self, Union[str, bytes, int, "Version", List[Union[int, str, bytes]]] version) | UM.Version.Version | |
| __le__(self, Union["Version", str] other) | UM.Version.Version | |
| __lt__(self, Union["Version", str] other) | UM.Version.Version | |
| __str__(self) | UM.Version.Version | |
| _major (defined in UM.Version.Version) | UM.Version.Version | protected |
| _minor (defined in UM.Version.Version) | UM.Version.Version | protected |
| _postfix_type (defined in UM.Version.Version) | UM.Version.Version | protected |
| _postfix_version (defined in UM.Version.Version) | UM.Version.Version | protected |
| _revision (defined in UM.Version.Version) | UM.Version.Version | protected |
| getMajor(self) | UM.Version.Version | |
| getMinor(self) | UM.Version.Version | |
| getPostfixType(self) | UM.Version.Version | |
| getPostfixVersion(self) | UM.Version.Version | |
| getRevision(self) | UM.Version.Version | |
| getWithoutPostfix(self) | UM.Version.Version | |
| hasPostFix(self) | UM.Version.Version | |