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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_isinstance.py 266 tuple_arg = (compare_to,)
268 tuple_arg = (tuple_arg,)
269 fxn(arg, tuple_arg)
  /external/python/cpython2/Lib/test/
test_isinstance.py 266 tuple_arg = (compare_to,)
268 tuple_arg = (tuple_arg,)
269 fxn(arg, tuple_arg)
  /external/python/cpython3/Lib/test/
test_isinstance.py 261 tuple_arg = (compare_to,)
263 tuple_arg = (tuple_arg,)
264 fxn(arg, tuple_arg)
  /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):
69 arg = tuple_arg.clone()
74 tuple_arg.replace(n)
  /external/python/cpython2/Lib/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)
  /external/python/cpython3/Lib/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 235 milliseconds