Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py555 self.do_test_trashcan_python_class(list)
560 self.do_test_trashcan_python_class(MyList)
562 def do_test_trashcan_python_class(self, base): member in CAPITest