HomeSort by relevance Sort by last modified time
    Searched refs:PropertyGet (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_property.py 11 class PropertyGet(PropertyBase):
42 raise PropertyGet(self._spam)
99 self.assertRaises(PropertyGet, getattr, sub, "spam")
  /external/python/cpython2/Lib/test/
test_property.py 11 class PropertyGet(PropertyBase):
42 raise PropertyGet(self._spam)
99 self.assertRaises(PropertyGet, getattr, sub, "spam")
  /external/python/cpython3/Lib/test/
test_dynamicclassattribute.py 12 class PropertyGet(PropertyBase):
45 raise PropertyGet(self._spam)
116 self.assertRaises(PropertyGet, getattr, sub, "spam")
test_property.py 11 class PropertyGet(PropertyBase):
42 raise PropertyGet(self._spam)
99 self.assertRaises(PropertyGet, getattr, sub, "spam")

Completed in 869 milliseconds