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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_tuple_params.py 67 def handle_tuple(tuple_arg, add_prefix=False):
72 if add_prefix:
83 # Without add_prefix, the emitted code is correct,
85 handle_tuple(arg, add_prefix=(i > 0))
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_tuple_params.py 67 def handle_tuple(tuple_arg, add_prefix=False):
72 if add_prefix:
83 # Without add_prefix, the emitted code is correct,
85 handle_tuple(arg, add_prefix=(i > 0))
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_tuple_params.py 67 def handle_tuple(tuple_arg, add_prefix=False):
72 if add_prefix:
83 # Without add_prefix, the emitted code is correct,
85 handle_tuple(arg, add_prefix=(i > 0))

Completed in 200 milliseconds