Home | History | Annotate | Download | only in python2.7

Lines Matching full:descriptors

88     Methods implemented via descriptors that also pass one of the other
101 Data descriptors have both a __get__ and a __set__ attribute. Examples are
103 Typically, data descriptors will also have __name__ and __doc__ attributes
113 Member descriptors are specialized descriptors defined in extension
121 Member descriptors are specialized descriptors defined in extension
130 getset descriptors are specialized descriptors defined in extension
138 getset descriptors are specialized descriptors defined in extension
295 # getattr(). This is the case with some descriptors (bug #1785).