Lines Matching refs:ndiff
3 # Module ndiff version 1.7.0
9 # ndiff.py is now simply a front-end to the difflib.ndiff() function.
14 """ndiff [-q] file1 file2
16 ndiff (-r1 | -r2) < ndiff_output > file1_or_file2
20 (-r1) or file2 (-r2) on stdout, from an ndiff report on stdin.
40 " " or "- ", and deleting those 2-character prefixes; use ndiff with -r1.
43 "+ " lines; use ndiff with -r2; or, on Unix, the second file can be
76 for line in difflib.ndiff(a, b):
116 # read ndiff output from stdin, and print file1 (which=='1') or
128 statf = "ndiff.pro"