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-18.15:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482076212.99.0.372888946767.issue29005@psf.upfronthosting.co.za>
In-reply-to
Content
"In general, calling a method with a list of n arguments is equivalent to calling the corresponding function with an argument list that is created by inserting the method’s object before the first argument."

Is  above description right?
The link is https://docs.python.org/3.5/tutorial/classes.html#method-objects
History
Date User Action Args
2016-12-18 15:50:13woo yoosetrecipients: + woo yoo, docs@python
2016-12-18 15:50:12woo yoosetmessageid: <1482076212.99.0.372888946767.issue29005@psf.upfronthosting.co.za>
2016-12-18 15:50:12woo yoolinkissue29005 messages
2016-12-18 15:50:12woo yoocreate