[frames | no frames] [show private | hide private]

distutils.version
Class Version

Known Subclasses:
StrictVersion

Abstract base class for version numbering classes. Just provides constructor (__init__) and reproducer (__repr__), because those seem to be the same for all version numbering classes.
Method Summary
  __init__(self, vstring)
  __repr__(self)

Method Details

Constructor

__init__(self, vstring=None)

Representation operator

__repr__(self)


Generated by Epydoc 1.1 on Mon Oct 21 19:45:08 2002 http://epydoc.sf.net