Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddifflib.py120 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/
Ddifflib.rst53 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/
Dpytracediff.py345 sequence = difflib.SequenceMatcher(lambda x : x.is_junk, stack1, stack2, autojunk=False)
/third_party/python/Lib/test/
Dtest_difflib.py59 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
/third_party/python/Misc/
DHISTORY11349 - Issue #2986: difflib.SequenceMatcher gets a new parameter, autojunk, which can