Home
last modified time | relevance | path

Searched refs:PropertyDel (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_property.py17 class PropertyDel(PropertyBase): class
50 raise PropertyDel(self._spam)
101 self.assertRaises(PropertyDel, delattr, sub, "spam")
/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py18 class PropertyDel(PropertyBase): class
53 raise PropertyDel(self._spam)
118 self.assertRaises(PropertyDel, delattr, sub, "spam")
Dtest_property.py17 class PropertyDel(PropertyBase): class
50 raise PropertyDel(self._spam)
101 self.assertRaises(PropertyDel, delattr, sub, "spam")