Searched refs:PyMethodsTest (Results 1 – 1 of 1) sorted by relevance
2760 global PyMethodsTest2761 class PyMethodsTest: class2767 assert cls is PyMethodsTest2770 assert isinstance(self, PyMethodsTest)2779 assert cls is PyMethodsTest.Nested2782 assert isinstance(self, PyMethodsTest.Nested)2786 PyMethodsTest.cheese,2787 PyMethodsTest.wine,2788 PyMethodsTest().biscuits,2789 PyMethodsTest.Nested.ketchup,[all …]