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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py160 def anotherProto_with_(self, a1, a2): member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyProtocol
164 self.assertEquals(MyClassImplementingMyProtocol.anotherProto_with_.signature, "v@:ii")
169 def anotherProto_with_(self, a1, a2): pass member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyOtherProtocol
173 self.assertEquals(MyClassImplementingMyOtherProtocol.anotherProto_with_.signature, "v@:ii")
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_protocol.py160 def anotherProto_with_(self, a1, a2): member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyProtocol
164 self.assertEquals(MyClassImplementingMyProtocol.anotherProto_with_.signature, b"v@:ii")
169 def anotherProto_with_(self, a1, a2): pass member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyOtherProtocol
173 self.assertEquals(MyClassImplementingMyOtherProtocol.anotherProto_with_.signature, b"v@:ii")
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_protocol.py174 def anotherProto_with_(self, a1, a2): member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyProtocol
178 self.assertEqual(MyClassImplementingMyProtocol.anotherProto_with_.signature, b"v@:ii")
183 def anotherProto_with_(self, a1, a2): pass member in class:TestInformalProtocols.TestFormalProtocols.dont_testDefiningingProtocols.MyClassImplementingMyOtherProtocol
187 self.assertEqual(MyClassImplementingMyOtherProtocol.anotherProto_with_.signature, b"v@:ii")

Completed in 260 milliseconds