Lines Matching defs:property
11 'auto', 'unique', 'property', 'verify', 'member', 'nonmember',
183 class property(DynamicClassAttribute):
187 Instance access is the same as property(), but access to an attribute
317 if isinstance(descriptor, (property, DynamicClassAttribute)):
328 redirect = property()
803 @bltns.property
1206 if isinstance(obj, property):
1207 # that's an enum.property
1230 # enum.property is used to provide access to the `name` and
1235 # separate structure, _member_map_, which is where enum.property looks for
1238 @property
1243 @property
1726 redirect = property()
1744 redirect = property()
1773 redirect = property()
1792 redirect = property()
1944 if callable(checked_value) or isinstance(checked_value, bltns.property):