Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddifflib.py133 also .set_seqs() and .set_seq1().
193 self.set_seq1(a)
196 def set_seq1(self, a): member in SequenceMatcher
204 >>> s.set_seq1("bcde")
211 many sequences, use .set_seq2(S) once and call .set_seq1(x)
237 many sequences, use .set_seq2(S) once and call .set_seq1(x)
240 See also set_seqs() and set_seq1().
263 # kinds of matches, it's best to call set_seq2 once, then set_seq1
703 s.set_seq1(x)
930 cruncher.set_seq1(a
[all...]

Completed in 2 milliseconds