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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 262 from _testcapi import getargs_tuple namespace
264 ret = getargs_tuple(1, (2, 3))
273 self.assertRaises(TypeError, getargs_tuple, 1, seq())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 262 from _testcapi import getargs_tuple namespace
264 ret = getargs_tuple(1, (2, 3))
273 self.assertRaises(TypeError, getargs_tuple, 1, seq())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_testcapi.so 

Completed in 87 milliseconds