Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dpickletester.py2760 global PyMethodsTest
2761 class PyMethodsTest: class
2767 assert cls is PyMethodsTest
2770 assert isinstance(self, PyMethodsTest)
2779 assert cls is PyMethodsTest.Nested
2782 assert isinstance(self, PyMethodsTest.Nested)
2786 PyMethodsTest.cheese,
2787 PyMethodsTest.wine,
2788 PyMethodsTest().biscuits,
2789 PyMethodsTest.Nested.ketchup,
[all …]