Barry Kelly <[EMAIL PROTECTED]> wrote: > From "pydoc __getattribute__": > > ---8<--- > Help on method-wrapper object: > > __getattribute__ = class method-wrapper(object) > | Methods defined here: > | > | __call__(...) > | x.__call__(...) <==> x(...) > | > | __getattribute__(...) > | x.__getattribute__('name') <==> x.name > --->8---
Thanks for the answers, folks. I did find getattr() quite quickly from Google, but it's clear that the documentation with Python is wrong. -- Barry -- http://barrkel.blogspot.com/ -- http://mail.python.org/mailman/listinfo/python-list