csc.Version¶
- class csc.Version¶
Version class
Implements Version.
- Variables
major – Get set int
minor – Get set int
patch – Get set int
Methods
__init__
(self, major, minor, patch)from_string
(arg0)to_string
(self)Attributes
- __cmp__(self: csc.Version, arg0: csc.Version) int ¶
- __eq__(self: csc.Version, arg0: csc.Version) bool ¶
- __hash__ = None¶
- __lt__(self: csc.Version, arg0: csc.Version) bool ¶
- __module__ = 'csc'¶
- __ne__(self: csc.Version, arg0: csc.Version) bool ¶
- static from_string(arg0: str) csc.Version ¶
- property major¶
- property minor¶
- property patch¶
- to_string(self: csc.Version) str ¶