Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Thanks @xitop for the report. Seems reasonable to me to link to 
https://docs.python.org/3.8/library/functools.html#partial-objects . Along 
similar lines I would suggest the below too where "partial objects" could be 
linked #partial-objects instead of #functools.partial . I will leave it for the 
reviewers though to decide on this.

"When func is a descriptor (such as a normal Python function, classmethod(), 
staticmethod(), abstractmethod() or another instance of partialmethod), calls 
to __get__ are delegated to the underlying descriptor, and an appropriate 
partial object returned as the result."


Thanks

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34748>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to