Home
last modified time | relevance | path

Searched refs:PropertyDocBase (Results 1 – 1 of 1) 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()