Home
last modified time | relevance | path

Searched refs:fromdesc (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Ddifflib.py1705 def make_file(self, fromlines, tolines, fromdesc='', todesc='', argument
1727 table=self.make_table(fromlines, tolines, fromdesc, todesc,
1940 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, argument
1997 if fromdesc or todesc:
2000 '<th colspan="2" class="diff_header">%s</th>' % fromdesc,
/third_party/python/Doc/library/
Ddifflib.rst111 .. method:: make_file(fromlines, tolines, fromdesc='', todesc='', context=False, \
118 *fromdesc* and *todesc* are optional keyword arguments to specify from/to file
132 *fromdesc* and *todesc* are interpreted as unescaped HTML and should be
139 .. method:: make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5)