This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author woo yoo
Recipients docs@python, woo yoo
Date 2016-12-21.09:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482311529.74.0.67803459911.issue29032@psf.upfronthosting.co.za>
In-reply-to
Content
The quotation section :

When an instance method object is created by retrieving a class method object from a class or instance, its __self__ attribute is the class itself, and its __func__ attribute is the function object underlying the class method.

The associated link is https://docs.python.org/3.6/reference/datamodel.html#the-standard-type-hierarchy ,which lies in the 'instance mthods' section.
History
Date User Action Args
2016-12-21 09:12:09woo yoosetrecipients: + woo yoo, docs@python
2016-12-21 09:12:09woo yoosetmessageid: <1482311529.74.0.67803459911.issue29032@psf.upfronthosting.co.za>
2016-12-21 09:12:09woo yoolinkissue29032 messages
2016-12-21 09:12:09woo yoocreate