MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / get_matching_blocks

Method get_matching_blocks

Lib/difflib.py:460–529  ·  view source on GitHub ↗

Return list of triples describing matching subsequences. Each triple is of the form (i, j, n), and means that a[i:i+n] == b[j:j+n]. The triples are monotonically increasing in i and in j. New in Python 2.5, it's also guaranteed that if (i, j, n) and (i', j', n') ar

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

get_opcodesMethod · 0.95
ratioMethod · 0.95

Calls 4

find_longest_matchMethod · 0.95
popMethod · 0.45
appendMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected