Lines Matching refs:aProp
2537 aProp = property(lambda self: "foo")2542 return super(Sub,klass).aProp2544 self.assertEqual(Sub.test(), Base.aProp)