On Apr 16, 9:26 am, [EMAIL PROTECTED] wrote:
> I had posted this before but all the spam whipped it out...
>
> I wanted to know if there's any way to create a method that takes a
> default parameter, and that parameter's default value is the return
> value of another method of the same class. For e
I had posted this before but all the spam whipped it out...
I wanted to know if there's any way to create a method that takes a
default parameter, and that parameter's default value is the return
value of another method of the same class. For example:
class A:
def __init__(self):
self