Searched refs:PyMethodsTest (Results 1 – 1 of 1) sorted by relevance
2562 global PyMethodsTest2563 class PyMethodsTest: class2569 assert cls is PyMethodsTest2572 assert isinstance(self, PyMethodsTest)2581 assert cls is PyMethodsTest.Nested2584 assert isinstance(self, PyMethodsTest.Nested)2588 PyMethodsTest.cheese,2589 PyMethodsTest.wine,2590 PyMethodsTest().biscuits,2591 PyMethodsTest.Nested.ketchup,[all …]