So there is a method __set_name__ which is called on class creation.

The functionality that I am interested in is not retrieving name, but the fact 
that it also receives `owner` argument.

Thus, allowing simulation of bound class method.

I was wandering if there is an equivalent functionality of attribute to receive 
`instance` argument on instance creation.

Regards,
DG
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to