Package svnmailer :: Module subversion :: Class _Version
[hide private]

Class _Version

source code

object --+
         |
        _Version

SVN version container class

Instance Methods [hide private]
 
__init__(self)
Initialization
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
int major
Major version
bool min_1_2
SVN >= 1.2?
int minor
Minor version
int patch
Patch level
int revision
Revision number
str tag
Additional tag
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialization

Overrides: object.__init__