Lines Matching full:tofile
1158 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='',
1178 'fromfile', 'tofile', 'fromfiledate', and 'tofiledate'.
1206 yield '+++ {}{}{}'.format(tofile, todate, lineterm)
1242 def context_diff(a, b, fromfile='', tofile='',
1262 strings for 'fromfile', 'tofile
1293 yield '--- {}{}{}'.format(tofile, todate, lineterm)