Tony Cappellini wrote:
>>> http://www.ibiblio.org/swaroopch/byteofpython/read/self.html
> Is there a typo in the contents of this web page?

Yes, you are right, C++ uses 'this'.

Kent

> 
> Should this statement
> 
> Note for C++/Java/C# Programmers
> 
> The self in Python is equivalent to the "self" pointer in C++ and the
> this reference in Java and C#.
> 
> 
> Actually be
> 
> Note for C++/Java/C# Programmers
> 
> The self in Python is equivalent to the "this" pointer in C++ and the
> this reference in Java and C#.
> 
> 
> (I substituted "this" for "self")
> 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to