Ian Kelly wrote:
> On Sat, Jul 2, 2016 at 3:34 AM, Veek. M wrote:
>> So essentially from what Ian said:
>> data_descriptor_in_instance -> instance_attribute -> non-
>> data_descriptor_in_instance -->__mro__
>>
>> is how the search takes place. Correct?
>
> Close, but I would write it as:
> data_
On Sat, Jul 2, 2016 at 3:34 AM, Veek. M wrote:
> So essentially from what Ian said:
> data_descriptor_in_instance -> instance_attribute -> non-
> data_descriptor_in_instance -->__mro__
>
> is how the search takes place. Correct?
Close, but I would write it as:
data_descriptor_in_class_including_m
Ben Finney wrote:
> "Veek. M" writes:
>
>> Trying to make sense of this para:
>
> At the risk of being ruse, I am trying to make sense of some
> paragraphs in the messages you write here. Could you take a little
> more time to write clearly, as a way of communicating in this forum?
>
>> Is he
"Veek. M" writes:
> Trying to make sense of this para:
At the risk of being ruse, I am trying to make sense of some paragraphs
in the messages you write here. Could you take a little more time to
write clearly, as a way of communicating in this forum?
> Is he say that Descriptors are a special
On Fri, Jul 1, 2016 at 10:27 PM, Veek. M wrote:
> Trying to make sense of this para:
>
> --
> Also, the attribute name used by the class to hold a descriptor takes
> prece- dence over attributes stored on instances.
>
> In the previous example,
> thi