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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 266 tuple_arg = (compare_to,)
268 tuple_arg = (tuple_arg,)
269 fxn(arg, tuple_arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 266 tuple_arg = (compare_to,)
268 tuple_arg = (tuple_arg,)
269 fxn(arg, tuple_arg)
  /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):
69 arg = tuple_arg.clone()
74 tuple_arg.replace(n)
  /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):
69 arg = tuple_arg.clone()
74 tuple_arg.replace(n)

Completed in 80 milliseconds