Home
last modified time | relevance | path

Searched refs:autojunk (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Ddifflib.py152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
218 self.autojunk = autojunk
334 if self.autojunk and n >= 200:
/external/python/cpython3/Lib/
Ddifflib.py151 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
212 self.autojunk = autojunk
328 if self.autojunk and n >= 200:
/external/python/cpython2/Lib/test/
Dtest_difflib.py43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/external/python/cpython3/Doc/library/
Ddifflib.rst52 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
55 The *autojunk* parameter.
364 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
380 The optional argument *autojunk* can be used to disable the automatic junk
384 The *autojunk* parameter.
/external/python/cpython2/Doc/library/
Ddifflib.rst46 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
49 The *autojunk* parameter.
347 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True)
363 The optional argument *autojunk* can be used to disable the automatic junk
367 The *autojunk* parameter.
/external/python/cpython3/Lib/test/
Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst654 difflib.SequenceMatcher gets a new parameter, autojunk, which can be set to
/external/python/cpython3/Misc/
DHISTORY11349 - Issue #2986: difflib.SequenceMatcher gets a new parameter, autojunk, which can