class documentation

class ChangelogFile(object):

View In Hierarchy

Container for changelog file, whether it be a standalone changelog or a spec file

Method __init__ Undocumented
Method write Write changelog file to disk
Instance Variable changelog Undocumented
Property path File path
Instance Variable _file Undocumented
def __init__(self, file_path):

Undocumented

def write(self):

Write changelog file to disk

changelog =

Undocumented

@property
path =

File path

_file =

Undocumented