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

Lines Matching full:differences

1517     returns a string describing the differences between two outputs.
1554 # This flag causes doctest to ignore any differences in the
1589 # for 1-line differences.
1598 Return a string describing the differences between the
1614 # Use difflib to find their differences.
1631 return 'Differences (%s):\n' % kind + _indent(''.join(diff))
2757 differences in whitespace are ignored.