Lines Matching refs:section
78 def visitSection(self,section): argument
81 self._output.write("%s %s\n" % (header,section.name))
83 def leaveSection(self,section): argument
461 def visitSection(self,section): argument
464 if section.hasChildren:
465 …<li><span class=\"caret\"><a href=\"#section%d\">%s</a></span>\n" % (self._sectionID,section.name))
468 …._output.write("<li><span><a href=\"#section%d\">%s</a></span>\n" % (self._sectionID,section.name))
470 def leaveSection(self,section): argument
471 if section.hasChildren:
626 def visitSection(self,section): argument
629 name = section.name
630 if section.isTest:
634 def leaveSection(self,section): argument