HomeSort by relevance Sort by last modified time
    Searched refs:autojunk (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_difflib.py 32 """Tests for the autojunk parameter added in 2.7"""
34 # By default autojunk=True and the heuristic kicks in for a sequence
43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 154 def __init__(self, isjunk=None, a='', b='', autojunk=True):
173 Optional arg autojunk should be set to False to disable the
215 # its elements (when autojunk is enabled).
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
    [all...]

Completed in 4105 milliseconds