Re: TypeError: unbound method PrintInput() must be called with test instance as first argument (got test instance instead)
Thanks... it solves the problem :-) -- http://mail.python.org/mailman/listinfo/python-list
Re: TypeError: unbound method PrintInput() must be called with test instance as first argument (got test instance instead)
Thanks... it solves the problem :-) -- http://mail.python.org/mailman/listinfo/python-list
TypeError: unbound method PrintInput() must be called with test instance as first argument (got test instance instead)
Hi, I am trying to call an unbound method (PrintInput) with the object instance as the first argument but getting the following error: "TypeError: unbound method PrintInput() must be called with test instance as first argument (got test instance instead)" Below is the sample code (test) for this