Package svnmailer :: Module subversion :: Class _Version
[show private | hide private]
[frames | no frames]

Class _Version

object --+
         |
        _Version


SVN version container class
Method Summary
  __init__(self)
Initialization
  __repr__(self)
String representation for debugging
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...
    Inherited from type
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...

Instance Variable Summary
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

Method Details

__init__(self)
(Constructor)

Initialization
Overrides:
__builtin__.object.__init__

__repr__(self)
(Representation operator)

String representation for debugging
Overrides:
__builtin__.object.__repr__

Instance Variable Details

major

Major version
Type:
int

min_1_2

SVN >= 1.2?
Type:
bool

minor

Minor version
Type:
int

patch

Patch level
Type:
int

revision

Revision number
Type:
int

tag

Additional tag
Type:
str

Generated by Epydoc 2.0 on Sun Sep 25 20:49:10 2005 http://epydoc.sf.net