Searched refs:PyMethodsTest (Results 1 – 1 of 1) sorted by relevance
3463 global PyMethodsTest3464 class PyMethodsTest: class3470 assert cls is PyMethodsTest3473 assert isinstance(self, PyMethodsTest)3482 assert cls is PyMethodsTest.Nested3485 assert isinstance(self, PyMethodsTest.Nested)3489 PyMethodsTest.cheese,3490 PyMethodsTest.wine,3491 PyMethodsTest().biscuits,3492 PyMethodsTest.Nested.ketchup,[all …]