Re: What are modules really for?
> [1] 'aName' => public, '_aName' => protected, '__aName' => private
I didn't know this one, as I am quite new to Python. Is it really
general use?
Regards,
Tito
> [1] 'aName' => public, '_aName' => protected, '__aName' => private
I didn't know this one, as I am quite new to Python. Is it really
general use?
Regards,
Tito
Comment