Home
last modified time | relevance | path

Searched refs:set_seq2 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddifflib.py137 also .set_seqs() and .set_seq2().
194 self.set_seq2(b)
211 many sequences, use .set_seq2(S) once and call .set_seq1(x)
214 See also set_seqs() and set_seq2().
222 def set_seq2(self, b): member in SequenceMatcher
230 >>> s.set_seq2("abcd")
237 many sequences, use .set_seq2(S) once and call .set_seq1(x)
263 # kinds of matches, it's best to call set_seq2 once, then set_seq1
701 s.set_seq2(word)
923 cruncher.set_seq2(b
[all...]

Completed in 6 milliseconds