Searched refs:footer_txt (Results 1 – 1 of 1) sorted by relevance
436 def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="", footer_txt=""): argument438 …ntents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer': footer_txt}