[New-bugs-announce] [issue29005] Possibly incorrect description about method objects

woo yoo report at bugs.python.org
Sun Dec 18 10:50:12 EST 2016


New submission from woo yoo:

"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

----------
assignee: docs at python
components: Documentation
messages: 283556
nosy: docs at python, woo yoo
priority: normal
severity: normal
status: open
title: Possibly incorrect description about method objects
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29005>
_______________________________________


More information about the New-bugs-announce mailing list