Home
last modified time | relevance | path

Searched refs:PropertyDel (Results 1 - 2 of 2) sorted by relevance

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

Completed in 2 milliseconds