Possible Duplicate:
python 'self' explained
Ok So programming in python, and just started using classes. Now is it that "self" keeps the information going instead of being passed or taken by the garbage collector?
I searched around and came to some... interesting things, but I'm not sure if I'm understanding it correctly though.