Object System

Benjamin Peterson benjamin at python.org
Thu Mar 19 18:19:54 EDT 2009


John Mendelewski <john.mendelewski <at> gmail.com> writes:

> 
> I was wondering if anyone had documents or articles what gave an in-
> depth view of the object system in Python. Ones concerning dispatch,
> how self really works, and maybe some meta-programming that comes
> along with the new style classes.

What do you mean "how self really works"?

It's just an instance of the class.







More information about the Python-list mailing list