Michael Bayer schrieb: > oh....you mean, yes, they have their local "bookmark" copy, but if an > attribute is NULL, it goes up to the parent. right:
Yes, that's what I meant! > class Bookmark(object): > def _get_inherited_attr(self, key): [...] Thanks, that looks good, I'll try it out later. I guessed that I'd have to use some kind of properties but I wasn't sure how exactly... Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
