On Mar 28, 2010, at 4:57 PM, Paul Balomiri wrote:

> Hi,
> How do i get a list of class mappers  from a metadata table  ?

You'd have to dig into the private collection  
sqlalchemy.orm.mapper._mapper_registry, or define your own wrapper around 
mapper() which tracks these associations as they are created.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to