Hi all,

Quick question.

def __get__(self, instance, owner):
def __set__(self, instance, value):
Is there a reason why `__set__` does not have owner in it’s arguments while 
`__get__` does?

Regards,
DG


_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RUJ32TCAEQONJULYXBYEIK53AETRBE3P/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to