Home | History | Annotate | Download | only in lib

Lines Matching full:delx

4503     def delx(self): del self._x
4504 x = property(getx, setx, delx, "I'm the 'x' property.")