Searched refs:header_txt (Results 1 – 2 of 2) sorted by relevance
724 header_txt = []725 header_txt.append('%s' % self.lineinfo.get())726 header_txt.append('#include <stdio.h>')727 header_txt.append('#include <stdlib.h>')728 header_txt.append('#include <string.h>')729 header_txt.append('#include <inttypes.h>')730 header_txt.append('')731 header_txt.append('#include "vulkan/vulkan.h"')732 header_txt.append('#include "vk_loader_platform.h"')733 header_txt.append('')[all …]
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…477 self.header_txt = ""