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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddifflib.py129 set_seq1(a)
167 also .set_seqs() and .set_seq1().
232 self.set_seq1(a)
235 def set_seq1(self, a): member in class:SequenceMatcher
243 >>> s.set_seq1("bcde")
250 many sequences, use .set_seq2(S) once and call .set_seq1(x)
276 many sequences, use .set_seq2(S) once and call .set_seq1(x)
279 See also set_seqs() and set_seq1().
303 # kinds of matches, it's best to call set_seq2 once, then set_seq1
740 s.set_seq1(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddifflib.py129 set_seq1(a)
167 also .set_seqs() and .set_seq1().
232 self.set_seq1(a)
235 def set_seq1(self, a): member in class:SequenceMatcher
243 >>> s.set_seq1("bcde")
250 many sequences, use .set_seq2(S) once and call .set_seq1(x)
276 many sequences, use .set_seq2(S) once and call .set_seq1(x)
279 See also set_seqs() and set_seq1().
303 # kinds of matches, it's best to call set_seq2 once, then set_seq1
740 s.set_seq1(
[all...]

Completed in 36 milliseconds