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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_keyvalue_prop.py6 class TestKVOPropHelper (NSObject): class in inherits:NSObject
8 self = super(TestKVOPropHelper, self).init()
28 o = TestKVOPropHelper.alloc().init()
29 self.failUnlessIsInstance(o, TestKVOPropHelper)
52 o = TestKVOPropHelper.alloc().init()
53 self.failUnlessIsInstance(o, TestKVOPropHelper)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_keyvalue_prop.py6 class TestKVOPropHelper (NSObject): class in inherits:NSObject
8 self = super(TestKVOPropHelper, self).init()
28 o = TestKVOPropHelper.alloc().init()
29 self.assertIsInstance(o, TestKVOPropHelper)
52 o = TestKVOPropHelper.alloc().init()
53 self.assertIsInstance(o, TestKVOPropHelper)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_keyvalue_prop.py6 class TestKVOPropHelper (NSObject): class in inherits:NSObject
8 self = super(TestKVOPropHelper, self).init()
28 o = TestKVOPropHelper.alloc().init()
29 self.assertIsInstance(o, TestKVOPropHelper)
52 o = TestKVOPropHelper.alloc().init()
53 self.assertIsInstance(o, TestKVOPropHelper)

Completed in 178 milliseconds