Lines Matching full:__set__
84 An object passing this test has a __get__ attribute but not a __set__93 and not hasattr(object, "__set__") # else it's a data descriptor101 Data descriptors have both a __get__ and a __set__ attribute. Examples are106 return (hasattr(object, "__set__") and hasattr(object, "__get__"))