Searched refs:_plain_replace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | difflib.py | 928 def _plain_replace(self, a, alo, ahi, b, blo, bhi): member in Differ 995 for line in self._plain_replace(a, alo, ahi, b, blo, bhi):
|
/external/python/cpython3/Lib/ |
D | difflib.py | 914 def _plain_replace(self, a, alo, ahi, b, blo, bhi): member in Differ 980 yield from self._plain_replace(a, alo, ahi, b, blo, bhi)
|