Object System

2009-03-19 Thread John Mendelewski
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. -- http://mail.python.org/mailman/listinfo/python-list

Re: Object System

2009-03-19 Thread John Mendelewski
On Mar 19, 6:19 pm, Benjamin Peterson wrote: > John Mendelewski 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