Home
last modified time | relevance | path

Searched refs:CAPI_TestCase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_marshal.py343 class CAPI_TestCase(unittest.TestCase): class
409 CAPI_TestCase,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py572 class CAPI_TestCase(unittest.TestCase, HelperMixin): class