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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py284 class ClassWithDealloc(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
286 self = super(ClassWithDealloc, self).init()
293 return super(ClassWithDealloc, self).dealloc()
296 o = ClassWithDealloc.alloc().init()
303 class SubClassWithDealloc(ClassWithDealloc):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_subclass.py276 class ClassWithDealloc(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
278 self = objc.super(ClassWithDealloc, self).init()
285 return objc.super(ClassWithDealloc, self).dealloc()
288 o = ClassWithDealloc.alloc().init()
295 class SubClassWithDealloc(ClassWithDealloc):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_subclass.py276 class ClassWithDealloc(NSObject): class in function:TestOverridingSpecials.testOverrideDealloc
278 self = objc.super(ClassWithDealloc, self).init()
285 return objc.super(ClassWithDealloc, self).dealloc()
288 o = ClassWithDealloc.alloc().init()
295 class SubClassWithDealloc(ClassWithDealloc):

Completed in 264 milliseconds