OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getargs_tuple
(Results
1 - 2
of
2
) 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())
Completed in 59 milliseconds