John Salerno wrote: >> The two calls are equivalent. > > can you also say instance.mymethod(instance, 1, 2) ?
Only if mymethod is defined to take all 4 arguments you just passed to it. -- http://mail.python.org/mailman/listinfo/python-list
John Salerno wrote: >> The two calls are equivalent. > > can you also say instance.mymethod(instance, 1, 2) ?
Only if mymethod is defined to take all 4 arguments you just passed to it. -- http://mail.python.org/mailman/listinfo/python-list