Lines Matching refs:body_txt
436 def __init__(self, filename=None, copyright_txt="", header_txt="", body_txt="", footer_txt=""):438 self.contents = {'copyright': copyright_txt, 'header': header_txt, 'body': body_txt, 'footer': footer_txt}