class documentation

class _ChangelogSection(object):

View In Hierarchy

One section (set of changes) in an RPM changelog

Method __init__ Undocumented
Method __str__ Undocumented
Method append_entry Add a new entry to the end of the list of entries
Method set_header Change the section header
Instance Variable entries Undocumented
Instance Variable header Undocumented
Instance Variable _pkgpolicy Undocumented
Instance Variable _trailer Undocumented
def __init__(self, pkgpolicy, *args, **kwargs):

Undocumented

def __str__(self):

Undocumented

def append_entry(self, entry):

Add a new entry to the end of the list of entries

def set_header(self, *args, **kwargs):

Change the section header

entries: list =

Undocumented

header =

Undocumented

_pkgpolicy =

Undocumented

_trailer: str =

Undocumented