Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py154 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument
220 self.autojunk = autojunk
336 if self.autojunk and n >= 200:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_difflib.py43 sm = difflib.SequenceMatcher(None, seq1, seq2, autojunk=False)