Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddifflib.py230 self.set_seq1(a)
233 def set_seq1(self, a): member in SequenceMatcher
738 s.set_seq1(x)
980 cruncher.set_seq1(ai)
/external/python/cpython3/Lib/
Ddifflib.py224 self.set_seq1(a)
227 def set_seq1(self, a): member in SequenceMatcher
725 s.set_seq1(x)
965 cruncher.set_seq1(ai)
/external/python/cpython3/Doc/library/
Ddifflib.rst405 call :meth:`set_seq1` repeatedly, once for each of the other sequences.
408 .. method:: set_seq1(a)
/external/python/cpython2/Doc/library/
Ddifflib.rst378 call :meth:`set_seq1` repeatedly, once for each of the other sequences.
381 .. method:: set_seq1(a)