Lines Matching full:delx
4503 def delx(self): del self._x4504 x = property(getx, setx, delx, "I'm the 'x' property.")