OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyDel
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_property.py
17
class
PropertyDel
(PropertyBase):
50
raise
PropertyDel
(self._spam)
101
self.assertRaises(
PropertyDel
, delattr, sub, "spam")
/external/python/cpython2/Lib/test/
test_property.py
17
class
PropertyDel
(PropertyBase):
50
raise
PropertyDel
(self._spam)
101
self.assertRaises(
PropertyDel
, delattr, sub, "spam")
/external/python/cpython3/Lib/test/
test_dynamicclassattribute.py
18
class
PropertyDel
(PropertyBase):
53
raise
PropertyDel
(self._spam)
118
self.assertRaises(
PropertyDel
, delattr, sub, "spam")
test_property.py
17
class
PropertyDel
(PropertyBase):
50
raise
PropertyDel
(self._spam)
101
self.assertRaises(
PropertyDel
, delattr, sub, "spam")
Completed in 324 milliseconds