Home
last modified time | relevance | path

Searched refs:test_positional_args (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_main.py243 def test_positional_args(self): member in TestEntryPoints
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py616 def test_positional_args(self): member in Keywords_TestCase
680 def test_positional_args(self): member in KeywordOnly_TestCase
781 def test_positional_args(self): member in PositionalOnlyAndKeywords_TestCase
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py386 def test_positional_args(self): member in StructureTestCase
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py386 def test_positional_args(self): member in StructureTestCase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_structures.py386 def test_positional_args(self): member in StructureTestCase
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_getargs2.py472 def test_positional_args(self): member in Keywords_TestCase