Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_property.py52 class PropertyDocBase(object): class
58 class PropertyDocSub(PropertyDocBase):
59 @PropertyDocBase.spam.getter
116 base = PropertyDocBase()
/external/python/cpython3/Lib/test/
Dtest_property.py51 class PropertyDocBase(object): class
57 class PropertyDocSub(PropertyDocBase):
58 @PropertyDocBase.spam.getter
115 base = PropertyDocBase()
Dtest_dynamicclassattribute.py55 class PropertyDocBase(object): class
61 class PropertyDocSub(PropertyDocBase):
62 spam = PropertyDocBase.__dict__['spam']
133 base = PropertyDocBase()