Searched defs:unified_diff (Results 1 – 3 of 3) sorted by relevance
| /external/bazelbuild-rules_python/tools/private/update_deps/ |
| D | update_file.py | 31 def unified_diff(name: str, a: str, b: str) -> str: function
|
| /external/python/cpython2/Lib/ |
| D | difflib.py | 1156 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function
|
| /external/python/cpython3/Lib/ |
| D | difflib.py | 1095 def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function
|