Home | History | Annotate | Download | only in test

Lines Matching full:aprop

2471             aProp = property(lambda self: "foo")
2476 return super(Sub,klass).aProp
2478 self.assertEqual(Sub.test(), Base.aProp)