Searched refs:copyright_txt (Results 1 – 1 of 1) sorted by relevance
413 def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="", footer_txt=""): argument415 …self.contents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer': foo…