Home
last modified time | relevance | path

Searched refs:get_matching_blocks (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_difflib.py65 first = s.get_matching_blocks()
66 second = s.get_matching_blocks()
/aosp_15_r20/external/python/cpython2/Doc/library/
Ddifflib.rst432 .. method:: get_matching_blocks()
453 >>> s.get_matching_blocks()
520 This is expensive to compute if :meth:`get_matching_blocks` or
569 :meth:`get_matching_blocks` is handy:
571 >>> for block in s.get_matching_blocks():
577 Note that the last tuple returned by :meth:`get_matching_blocks` is always a
/aosp_15_r20/external/python/cpython3/Doc/library/
Ddifflib.rst466 .. method:: get_matching_blocks()
484 >>> s.get_matching_blocks()
549 This is expensive to compute if :meth:`get_matching_blocks` or
608 :meth:`get_matching_blocks` is handy:
610 >>> for block in s.get_matching_blocks():
616 Note that the last tuple returned by :meth:`get_matching_blocks` is always a
/aosp_15_r20/external/python/cpython2/Lib/
Ddifflib.py458 def get_matching_blocks(self): member in SequenceMatcher
562 for ai, bj, size in self.get_matching_blocks():
657 self.get_matching_blocks(), 0)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/external/python/cpython3/Lib/
Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddifflib.py421 def get_matching_blocks(self): member in SequenceMatcher
525 for ai, bj, size in self.get_matching_blocks():
619 matches = sum(triple[-1] for triple in self.get_matching_blocks())
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_difflib.py82 first = s.get_matching_blocks()
83 second = s.get_matching_blocks()
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.8.rst124 The difflib SequenceMatcher.get_matching_blocks() method cache didn't match
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.5.rst1321 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.5.rst1320 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2553 Improve difflib.SequenceManager.get_matching_blocks doc by adding
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY1603 - Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method
18127 - ``difflib``'s ``SequenceMatcher.get_matching_blocks()`` was changed to
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY743 - ``difflib``'s ``SequenceMatcher.get_matching_blocks()`` was changed to
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...