HomeSort by relevance Sort by last modified time
    Searched refs:handle_tuple (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): function in function:FixTupleParams.transform
79 handle_tuple(args)
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): function in function:FixTupleParams.transform
79 handle_tuple(args)
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): function in function:FixTupleParams.transform
79 handle_tuple(args)
85 handle_tuple(arg, add_prefix=(i > 0))

Completed in 62 milliseconds