> Thanks. I've been using the inspect module but there's such a lot in
> there it's a bit dizzying!
FWIW, you can also use ipython and its dynamic object introspection,
completion, etc... This helps a *lot* finding what you want. It's also
usefull to "dive" into the sources, precisely where you want, since you can
invoke the "edit" command on several python object. Give a try with:
In [9]: edit mytable.__class__.columns
Seb
--
Sébastien LELONG
sebastien.lelong[at]sirloon.net
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---