Peter Otten wrote:
>>>> class Descriptor(object):
>>>>         
> ...     def __get__(*args): return object()
> ...
>   
>>>> class SomeActor(object):
>>>>         
> ...     meth = Descriptor()
> ...
>   
>>>> SomeActor.meth is SomeActor.meth
>>>>         
> False
>   
Of course ...
Man, this language is breaking my head, seriously!  &->


/W
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to