Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
Returns the contents of a template file without parsing it.
src/f/t/ftw.pdfgenerator-1.3.0/ftw/pdfgenerator/customization.py ftw.pdfgenerator(Download)
def add_raw_template_file(self, name): """Adds the contents of a file to the builder without parsing it. """ self.layout.builder.add_file(name, data=self.get_raw_template(name))
src/f/t/ftw.book-2.2.20/ftw/book/latex/utils.py ftw.book(Download)
return False file_ = self.get_raw_template(filename) builder.add_file(filename, file_)