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

Method set_seqs

Lib/difflib.py:223–233  ·  view source on GitHub ↗

Set the two sequences to be compared. >>> s = SequenceMatcher() >>> s.set_seqs("abcd", "bcde") >>> s.ratio() 0.75

(self, a, b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__init__Method · 0.95
_fancy_replaceMethod · 0.95

Calls 2

set_seq1Method · 0.95
set_seq2Method · 0.95

Tested by

no test coverage detected