Searched refs:PropertyGet (Results 1 – 3 of 3) sorted by relevance
11 class PropertyGet(PropertyBase): class42 raise PropertyGet(self._spam)99 self.assertRaises(PropertyGet, getattr, sub, "spam")
10 class PropertyGet(PropertyBase): class41 raise PropertyGet(self._spam)98 self.assertRaises(PropertyGet, getattr, sub, "spam")
12 class PropertyGet(PropertyBase): class45 raise PropertyGet(self._spam)116 self.assertRaises(PropertyGet, getattr, sub, "spam")