Searched refs:todesc (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | difflib.py | 1711 def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, argument 1732 table = self.make_table(fromlines,tolines,fromdesc,todesc, 1943 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, argument 2000 if fromdesc or todesc: 2005 '<th colspan="2" class="diff_header">%s</th>' % todesc)
|