Ray wrote: > Roy Smith wrote: > >>Quick answer; there are none, all attributes are public. >> (snip) > > Well yeah... if you really want it, in Java you can do that too via > reflection. Just that I'm not used to it yet so I feel a bit jittery > with so much power on my hands!
Then wait until you discover what one can do with __magic_methods__, functions-as-objects, closures, callable objects, descriptors (properties on steroids), decorators, generators, and metaclasses... *Then* you'll know what power means !-) And more is to come... -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list