Lines Matching refs:aProp
2481 aProp = property(lambda self: "foo")2486 return super(Sub,klass).aProp2488 self.assertEqual(Sub.test(), Base.aProp)