Searched refs:make_table (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A 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(f [all...] |
/third_party/python/Lib/ |
H A D | difflib.py | 1676 make_table -- generates HTML for a single side by side table 1727 table=self.make_table(fromlines, tolines, fromdesc, todesc, 1940 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in HtmlDiff
|
Completed in 4 milliseconds