Hi, I'm trying to write a good __repr__ for this subclass. On reading your 
code, I saw that several of your __repr__ definitions depend on 
sqlalchemy.util.generic_repr (and several don't). Is it a public API? Don't 
see much documentation for it anywhere. Could you explain about its proper 
usage?

On Monday 08 Aug 2011 12:17:16 AM Michael Bayer wrote:
> Sorry I didn't look closely.  Yes when you subclass FKC overriding
> _set_parent() to perform additional steps is one way to establish
> on-connect details.  Another is to use
> event.listen(ImplicitForeignKeyConstraint, "after_parent_attach"), it
> would be a little more of the public API.

-- 
Fayaz Yusuf Khan
Cloud developer and designer
Dexetra SS, Kochi, India
fayaz.yusuf.khan_AT_gmail_DOT_com
fayaz_AT_dexetra_DOT_com
+91-9746-830-823

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to