Searched refs:autojunk (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 181 self.autojunk = autojunk 297 if self.autojunk and n >= 200:
|
/third_party/python/Doc/library/ |
D | difflib.rst | 53 the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`. 56 The *autojunk* parameter. 369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True) 385 The optional argument *autojunk* can be used to disable the automatic junk 389 The *autojunk* parameter.
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | pytracediff.py | 345 sequence = difflib.SequenceMatcher(lambda x : x.is_junk, stack1, stack2, autojunk=False)
|
/third_party/python/Lib/test/ |
D | test_difflib.py | 59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
|
/third_party/python/Misc/ |
D | HISTORY | 11349 - Issue #2986: difflib.SequenceMatcher gets a new parameter, autojunk, which can
|