Searched refs:PropertyDel (Results 1 – 3 of 3) sorted by relevance
17 class PropertyDel(PropertyBase): class50 raise PropertyDel(self._spam)101 self.assertRaises(PropertyDel, delattr, sub, "spam")
18 class PropertyDel(PropertyBase): class53 raise PropertyDel(self._spam)118 self.assertRaises(PropertyDel, delattr, sub, "spam")