Home | History | Annotate | Download | only in python2.7

Lines Matching refs:fromfile

1158 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='',
1178 'fromfile', 'tofile', 'fromfiledate', and 'tofiledate'.
1205 yield '--- {}{}{}'.format(fromfile, fromdate, lineterm)
1242 def context_diff(a, b, fromfile='', tofile='',
1262 strings for 'fromfile
1292 yield '*** {}{}{}'.format(fromfile, fromdate, lineterm)