Home | History | Annotate | Download | only in test

Lines Matching refs:setx

1999             def setx(self, value):

2003 x = property(getx, setx, delx, doc="I'm the x property.")
2028 self.assertTrue(raw.fset is C.__dict__['setx'])