Home | History | Annotate | Download | only in test

Lines Matching refs:setx

2016             def setx(self, value):
2020 x = property(getx, setx, delx, doc="I'm the x property.")
2045 self.assertTrue(raw.fset is C.__dict__['setx'])