Searched refs:MyOtherProtocol (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py55 MyOtherProtocol = objc.formal_protocol("MyOtherProtocol", variable in class:TestInformalProtocols
143 self.assert_(MyOtherProtocol.conformsTo_(MyProtocol))
167 class MyClassImplementingMyOtherProtocol(NSObject, MyOtherProtocol):
176 self.assert_(MyClassImplementingMyOtherProtocol.pyobjc_classMethods.conformsToProtocol_(MyOtherProtocol))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py55 MyOtherProtocol = objc.formal_protocol("MyOtherProtocol", variable in class:TestInformalProtocols
143 self.assertTrue(MyOtherProtocol.conformsTo_(MyProtocol))
167 class MyClassImplementingMyOtherProtocol(NSObject, MyOtherProtocol):
176 self.assertTrue(MyClassImplementingMyOtherProtocol.pyobjc_classMethods.conformsToProtocol_(MyOtherProtocol))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_protocol.py57 MyOtherProtocol = objc.formal_protocol("MyOtherProtocol", variable in class:TestInformalProtocols
157 self.assertTrue(MyOtherProtocol.conformsTo_(MyProtocol))
181 class MyClassImplementingMyOtherProtocol(NSObject, MyOtherProtocol):
190 self.assertTrue(MyClassImplementingMyOtherProtocol.pyobjc_classMethods.conformsToProtocol_(MyOtherProtocol))

Completed in 114 milliseconds