Home | History | Annotate | Download | only in test

Lines Matching refs:delx

2018             def delx(self):
2020 x = property(getx, setx, delx, doc="I'm the x property.")
2046 self.assertTrue(raw.fdel is C.__dict__['delx'])