default argument

Terry Reedy tjreedy at udel.edu
Tue May 11 17:19:50 EDT 2010


On 5/11/2010 3:41 PM, Back9 wrote:

>
> self._value will be instance variable

Then set it in the __init__ method. Read the tutorial and ref manual on 
Python class statements, which are a bit different from what you might 
be used to.





More information about the Python-list mailing list