Searched refs:OC_LeakTest_20090704_init (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_regr.py176 class OC_LeakTest_20090704_init (NSObject): class in inherits:NSObject
178 #self = super(OC_LeakTest_20090704_init, self).init()
216 v = copying.OC_CopyHelper.newObjectOfClass_(OC_LeakTest_20090704_init)
217 self.assertIsInstance(v, OC_LeakTest_20090704_init)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_regr.py180 class OC_LeakTest_20090704_init (NSObject): class in inherits:NSObject
182 #self = super(OC_LeakTest_20090704_init, self).init()
220 v = copying.OC_CopyHelper.newObjectOfClass_(OC_LeakTest_20090704_init)
221 self.assertIsInstance(v, OC_LeakTest_20090704_init)

Completed in 424 milliseconds