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

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_method_prototypes.py490 def method_with_embedded_underscores(self, a): pass member in class:TestImplicitSignature.testMethodVariations.OC_ImplProto_Variations
501 self.assertEquals(OC_ImplProto_Variations.method_with_embedded_underscores.selector, "method_with_embedded_underscores")
512 self.assertEquals(OC_ImplProto_Variations.method_with_embedded_underscores.signature, "v@:@")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_method_prototypes.py490 def method_with_embedded_underscores(self, a): pass member in class:TestImplicitSignature.testMethodVariations.OC_ImplProto_Variations
501 self.assertEquals(OC_ImplProto_Variations.method_with_embedded_underscores.selector, b"method_with_embedded_underscores")
512 self.assertEquals(OC_ImplProto_Variations.method_with_embedded_underscores.signature, b"v@:@")
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_method_prototypes.py490 def method_with_embedded_underscores(self, a): pass member in class:TestImplicitSignature.testMethodVariations.OC_ImplProto_Variations
501 self.assertEqual(OC_ImplProto_Variations.method_with_embedded_underscores.selector, b"method_with_embedded_underscores")
512 self.assertEqual(OC_ImplProto_Variations.method_with_embedded_underscores.signature, b"v@:@")

Completed in 368 milliseconds