Searched refs:PyMethodsTest (Results 1 – 1 of 1) sorted by relevance
2728 global PyMethodsTest2729 class PyMethodsTest: class2735 assert cls is PyMethodsTest2738 assert isinstance(self, PyMethodsTest)2747 assert cls is PyMethodsTest.Nested2750 assert isinstance(self, PyMethodsTest.Nested)2754 PyMethodsTest.cheese,2755 PyMethodsTest.wine,2756 PyMethodsTest().biscuits,2757 PyMethodsTest.Nested.ketchup,[all …]