Searched refs:PyMethodsTest (Results 1 – 1 of 1) sorted by relevance
2333 global PyMethodsTest2334 class PyMethodsTest: class2340 assert cls is PyMethodsTest2343 assert isinstance(self, PyMethodsTest)2352 assert cls is PyMethodsTest.Nested2355 assert isinstance(self, PyMethodsTest.Nested)2359 PyMethodsTest.cheese,2360 PyMethodsTest.wine,2361 PyMethodsTest().biscuits,2362 PyMethodsTest.Nested.ketchup,[all …]