Passing a function as an argument from within the same class?
passedFunction() someObject = SomeClass() someObject.function2(someobject.function1) --- CODE --- Thanks, - Zealalot -- http://mail.python.org/mailman/listinfo/python-list
Re: Passing a function as an argument from within the same class?
Basically, I read that it basically removes the need for the 'self' argument. Very cool! And thanks for the quick response, - Zealalot -- http://mail.python.org/mailman/listinfo/python-list