Set the two sequences to be compared. >>> s = SequenceMatcher() >>> s.set_seqs("abcd", "bcde") >>> s.ratio() 0.75
(self, a, b)
source not stored for this graph (policy: none)
no test coverage detected