/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 65 first = s.get_matching_blocks() 66 second = s.get_matching_blocks()
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | difflib.rst | 432 .. 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/ |
D | difflib.rst | 466 .. 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/ |
D | difflib.py | 458 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/ |
D | difflib.py | 421 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/ |
D | difflib.py | 421 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 D | difflib.py | 421 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/ |
D | difflib.py | 421 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/ |
D | difflib.py | 421 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/ |
D | difflib.py | 421 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/ |
D | test_difflib.py | 82 first = s.get_matching_blocks() 83 second = s.get_matching_blocks()
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.8.rst | 124 The difflib SequenceMatcher.get_matching_blocks() method cache didn't match
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1321 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
|
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1320 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2553 Improve difflib.SequenceManager.get_matching_blocks doc by adding
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 1603 - 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/ |
D | HISTORY | 743 - ``difflib``'s ``SequenceMatcher.get_matching_blocks()`` was changed to
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |