class documentation

class ChangeLogSection(object):

View In Hierarchy

A section in the changelog describing one particular version

Class Method parse Parse one changelog section
Method __init__ Undocumented
Property package Undocumented
Property version Undocumented
Instance Variable _package Undocumented
Instance Variable _version Undocumented
@classmethod
def parse(cls, section):

Parse one changelog section

Parameters
section:stra changelog section
Returns
ChangeLogSectionthe parse changelog section
def __init__(self, package, version):

Undocumented

@property
package =

Undocumented

@property
version =

Undocumented

_package =

Undocumented

_version =

Undocumented