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

Class SequenceMatcher

Lib/difflib.py:46–701  ·  view source on GitHub ↗

SequenceMatcher is a flexible class for comparing pairs of sequences of any type, so long as the sequence elements are hashable. The basic algorithm predates, and is a little fancier than, an algorithm published in the late 1980's by Ratcliff and Obershelp under the hyperbolic

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

get_close_matchesFunction · 0.85
compareMethod · 0.85
_fancy_replaceMethod · 0.85
unified_diffFunction · 0.85
context_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected