/aosp_15_r20/external/python/cpython2/Lib/ |
D | difflib.py | 152 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 216 self.isjunk = isjunk 324 isjunk = self.isjunk 325 if isjunk: 327 if isjunk(elt):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | difflib.py | 120 def __init__(self, isjunk=None, a='', b='', autojunk=True): argument 179 self.isjunk = isjunk 286 isjunk = self.isjunk 287 if isjunk: 289 if isjunk(elt):
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | _pass.py | 69 def patched_init(self, isjunk=None, a="", b="", autojunk=True): argument 70 original_init(self, isjunk, a, b, autojunk=False)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_difflib.py | 33 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ', 37 sm = difflib.SequenceMatcher(isjunk=lambda x: x == ' ', 41 sm = difflib.SequenceMatcher(isjunk=lambda x: x in [' ', 'b'],
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | difflib.rst | 369 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True) 371 Optional argument *isjunk* must be ``None`` (the default) or a one-argument 373 element is "junk" and should be ignored. Passing ``None`` for *isjunk* is 392 set of elements of *b* for which *isjunk* is ``True``; *bpopular* is the set of 429 If *isjunk* was omitted or ``None``, :meth:`find_longest_match` returns 442 If *isjunk* was provided, first the longest matching block is determined 671 :meth:`~SequenceMatcher.find_longest_match` method's *isjunk*
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | difflib.rst | 347 .. class:: SequenceMatcher(isjunk=None, a='', b='', autojunk=True) 349 Optional argument *isjunk* must be ``None`` (the default) or a one-argument 351 element is "junk" and should be ignored. Passing ``None`` for *isjunk* is 397 If *isjunk* was omitted or ``None``, :meth:`find_longest_match` returns 410 If *isjunk* was provided, first the longest matching block is determined
|