On Sun, Aug 24, 2014 at 9:35 AM, luofeiyu <elearn2...@gmail.com> wrote:
> dear ChrisA ,dynamic is python feature, it is to create descriptor in run
> time ,
> that is the meaning in the codes,and maybe it is a bug:
>
> the attribute  can be displayed  in dir(man)  after be deleted.

Then you don't need descriptors at all. Like I said, read up on doing
classes Python's way. You don't need properties, just use normal
attributes.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to