HomeSort by relevance Sort by last modified time
    Searched full:handle_tuple (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 1070 milliseconds