design question

Mark McEahern marklists at mceahern.com
Thu Sep 26 12:56:05 EDT 2002


[Gonçalo Rodrigues]
> I know I am being a little vague in my question, but does anyone have
> any ideas? Open-source code where this "same problem" has been tackled?

Have you considered metaclasses?  Do you need a concrete Wrapper for each
class?  Why not a generic wrapper that wraps any given class?

// m





More information about the Python-list mailing list