/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | 132 set_seq2(b) 171 also .set_seqs() and .set_seq2(). 233 self.set_seq2(b) 250 many sequences, use .set_seq2(S) once and call .set_seq1(x) 253 See also set_seqs() and set_seq2(). 261 def set_seq2(self, b): member in class:SequenceMatcher 269 >>> s.set_seq2("abcd") 276 many sequences, use .set_seq2(S) once and call .set_seq1(x) 303 # kinds of matches, it's best to call set_seq2 once, then set_seq1 738 s.set_seq2(word [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | 132 set_seq2(b) 171 also .set_seqs() and .set_seq2(). 233 self.set_seq2(b) 250 many sequences, use .set_seq2(S) once and call .set_seq1(x) 253 See also set_seqs() and set_seq2(). 261 def set_seq2(self, b): member in class:SequenceMatcher 269 >>> s.set_seq2("abcd") 276 many sequences, use .set_seq2(S) once and call .set_seq1(x) 303 # kinds of matches, it's best to call set_seq2 once, then set_seq1 738 s.set_seq2(word [all...] |