Searched refs:get_matching_blocks (Results 1 – 12 of 12) sorted by relevance
65 first = s.get_matching_blocks()66 second = s.get_matching_blocks()
82 first = s.get_matching_blocks()83 second = s.get_matching_blocks()
458 .. method:: get_matching_blocks()476 >>> s.get_matching_blocks()541 This is expensive to compute if :meth:`get_matching_blocks` or590 :meth:`get_matching_blocks` is handy:592 >>> for block in s.get_matching_blocks():598 Note that the last tuple returned by :meth:`get_matching_blocks` is always a
432 .. method:: get_matching_blocks()453 >>> s.get_matching_blocks()520 This is expensive to compute if :meth:`get_matching_blocks` or569 :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
458 def get_matching_blocks(self): member in SequenceMatcher562 for ai, bj, size in self.get_matching_blocks():657 self.get_matching_blocks(), 0)
446 def get_matching_blocks(self): member in SequenceMatcher550 for ai, bj, size in self.get_matching_blocks():644 matches = sum(triple[-1] for triple in self.get_matching_blocks())
124 The difflib SequenceMatcher.get_matching_blocks() method cache didn't match
368 Improve difflib.SequenceManager.get_matching_blocks doc by adding
1321 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
1320 * The :meth:`SequenceMatcher.get_matching_blocks` method in the :mod:`difflib`
1603 - Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method18127 - ``difflib``'s ``SequenceMatcher.get_matching_blocks()`` was changed to
743 - ``difflib``'s ``SequenceMatcher.get_matching_blocks()`` was changed to