Simon Brunning wrote:
On 9 Dec 2004 06:11:41 -0800, Egil M?ller <[EMAIL PROTECTED]> wrote:

Is there any way to create transparent wrapper objects in Python?


This work - <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52295>?


Only for old-style classes, though. If you inherit from object or another builtin, that recipe fails.


Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://boredomandlaziness.skystorm.net
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to