Searched refs:make_table (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_difflib.py | 212 i.make_table(f1a,t1a,'from','to',context=True), 214 i.make_table(f1b,t1b,'from','to',context=True), 216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6), 218 i.make_table(f1a,t1a,'from','to',context=True,numlines=0), 220 i.make_table(f1a,f1a,'from','to',context=True), 222 i.make_table(f1a,f1a,'from','to',context=False), 224 i.make_table([],[],'from','to',context=True), 226 i.make_table([],[],'from','to',context=False), 228 j.make_table(f2,t2), 230 i.make_table(f2,t2), [all …]
|
/third_party/python/Lib/ |
D | difflib.py | 1727 table=self.make_table(fromlines, tolines, fromdesc, todesc, 1940 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in HtmlDiff
|
/third_party/python/Doc/library/ |
D | difflib.rst | 139 .. method:: make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5)
|