Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py366 self.do_test_trashcan_python_class(list)
371 self.do_test_trashcan_python_class(MyList)
373 def do_test_trashcan_python_class(self, base): member in CAPITest