Searched defs:context_diff (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddifflib.py7 Function context_diff(a, b):
30 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
1240 def context_diff(a, b, fromfile='', tofile='', function
1266 >>> print ''.join(context_diff('one\ntwo\nthree\nfour\n'.splitlines(1),
/external/python/cpython3/Lib/
H A Ddifflib.py7 Function context_diff(a, b):
30 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
1221 def context_diff(a, b, fromfile='', tofile='', function
1247 >>> print(''.join(context_diff('one\ntwo\nthree\nfour\n'.splitlines(True),
1319 unified_diff() or context_diff(). Inputs are losslessly converted to

Completed in 373 milliseconds