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

Method find_longest_match

Lib/difflib.py:350–458  ·  view source on GitHub ↗

Find longest matching block in a[alo:ahi] and b[blo:bhi]. If isjunk is not defined: Return (i,j,k) such that a[i:i+k] is equal to b[j:j+k], where alo <= i <= i+k <= ahi blo <= j <= j+k <= bhi and for all (i',j',k') meeting those conditions,

(self, alo, ahi, blo, bhi)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_matching_blocksMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected