Searched refs:_fancy_replace (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ |
H A D | difflib.py | 862 g = self._fancy_replace(a, alo, ahi, b, blo, bhi) 893 def _fancy_replace(self, a, alo, ahi, b, blo, bhi): member in Differ 903 >>> results = d._fancy_replace(['abcDefghiJkl\n'], 0, 1, 991 g = self._fancy_replace(a, alo, ahi, b, blo, bhi)
|
Completed in 4 milliseconds