Confusion about __call__ and attribute lookup
Serge Orlov
Serge.Orlov at gmail.com
Sun Nov 13 15:58:04 EST 2005
More information about the Python-list mailing list
Sun Nov 13 15:58:04 EST 2005
- Previous message (by thread): Confusion about __call__ and attribute lookup
- Next message (by thread): wxPython newbie question, creating "mega widgets" , and DnD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kent Johnson wrote: > Leif K-Brooks wrote: > > New-style classes look up special methods on the class, not on the instance: > > For my future reference, is this documented somewhere in the standard docs? > Looks like it's the most detailed explanation on the net: http://mail.python.org/pipermail/python-dev/2003-May/035732.html
- Previous message (by thread): Confusion about __call__ and attribute lookup
- Next message (by thread): wxPython newbie question, creating "mega widgets" , and DnD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list