On Fri, Apr 18, 2014 at 9:58 AM, Michael Merickel <[email protected]>wrote:
> > On Fri, Apr 18, 2014 at 6:19 AM, wilk <[email protected]> wrote: > >> I will not use it if it's not a public api but it's interresting to >> know, thanks. >> > > I don't think it's going to be changing. :-) > > True. If you are truly paraonoid, you can copy the reify implementation to your own code and use it there. Then add an official api for doing your check: def reified(inst, name): return name in inst.__dict__ Chris -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
