Searched refs:_plain_replace (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | difflib.py | 879 def _plain_replace(self, a, alo, ahi, b, blo, bhi): member in Differ 945 yield from self._plain_replace(a, alo, ahi, b, blo, bhi) |
Completed in 3 milliseconds