Lines Matching full:heading
251 def format_heading(self, heading):376 def format_heading(self, heading):377 return "%*s%s:\n" % (self.current_indent, "", heading)395 def format_heading(self, heading):396 return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))