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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py317 class ClassWithDeallocAndDel(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
319 self = super(ClassWithDeallocAndDel, self).init()
326 return super(ClassWithDeallocAndDel, self).dealloc()
332 o = ClassWithDeallocAndDel.alloc().init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py309 class ClassWithDeallocAndDel(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
311 self = objc.super(ClassWithDeallocAndDel, self).init()
318 return objc.super(ClassWithDeallocAndDel, self).dealloc()
324 o = ClassWithDeallocAndDel.alloc().init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_subclass.py309 class ClassWithDeallocAndDel(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
311 self = objc.super(ClassWithDeallocAndDel, self).init()
318 return objc.super(ClassWithDeallocAndDel, self).dealloc()
324 o = ClassWithDeallocAndDel.alloc().init()

Completed in 125 milliseconds