Home | History | Annotate | Download | only in test

Lines Matching refs:setx

2025             def setx(self, value):
2029 x = property(getx, setx, delx, doc="I'm the x property.")
2054 self.assertIs(raw.fset, C.__dict__['setx'])