Searched refs:autojunk (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/ |
D | difflib.py | 152 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/ |
D | difflib.py | 151 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/ |
D | test_difflib.py | 43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 52 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/ |
D | difflib.rst | 46 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/ |
D | test_difflib.py | 59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.1rc1.rst | 654 difflib.SequenceMatcher gets a new parameter, autojunk, which can be set to
|
/external/python/cpython3/Misc/ |
D | HISTORY | 11349 - Issue #2986: difflib.SequenceMatcher gets a new parameter, autojunk, which can
|