Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_difflib.py158 i.make_table(f1a,t1a,'from','to',context=True),
160 i.make_table(f1b,t1b,'from','to',context=True),
162 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
164 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
166 i.make_table(f1a,f1a,'from','to',context=True),
168 i.make_table(f1a,f1a,'from','to',context=False),
170 i.make_table([],[],'from','to',context=True),
172 i.make_table([],[],'from','to',context=False),
174 j.make_table(f2,t2),
176 i.make_table(f2,t2),
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py1732 table = self.make_table(fromlines,tolines,fromdesc,todesc,
1943 def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=False, member in HtmlDiff