namespace question

jm.suresh@no.spam.gmail.com jm.suresh at gmail.com
Tue Dec 12 01:20:06 EST 2006


Hi ,

class Test:
   a = 1
   b = 2
   c = 1+2

Now, all a,b and c would be directly visible to the user from the
instance of Test. I am looking for a way to make only c directly
visible from the instance.


--
Suresh




More information about the Python-list mailing list