Home | History | Annotate | Download | only in python2.7

Lines Matching refs:todesc

1711     def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False,
1719 todesc -- "to" file column header string
1732 table = self.make_table(fromlines,tolines,fromdesc,todesc,
1943 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False,
1951 todesc -- "to" file column header string
2000 if fromdesc or todesc:
2005 '<th colspan="2" class="diff_header">%s</th>' % todesc)