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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_utils.py 249 subpatterns_with_names = []
264 subpatterns_with_names.append(subpattern)
266 if subpatterns_with_names:
267 subpatterns = subpatterns_with_names
  /external/python/cpython2/Lib/lib2to3/
btm_utils.py 249 subpatterns_with_names = []
264 subpatterns_with_names.append(subpattern)
266 if subpatterns_with_names:
267 subpatterns = subpatterns_with_names
  /external/python/cpython3/Lib/lib2to3/
btm_utils.py 248 subpatterns_with_names = []
263 subpatterns_with_names.append(subpattern)
265 if subpatterns_with_names:
266 subpatterns = subpatterns_with_names

Completed in 130 milliseconds