If I have several mapped classes on which I want to have defined some shared set of methods, e.g., ._todict(), how can I accomplish this (without multiple inheritance or defining them manually in each class)? I tried making the classes inherit from a shared parent class, but I receive errors because that parent class isn't mapped to anything.
I appreciate any help that anyone can offer. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
