|
From: Entity R. <ent...@gm...> - 2010-03-12 23:25:28
|
On Fri, Mar 12, 2010 at 6:05 AM, Michael Foord <fuz...@vo...>wrote: > On 12/03/2010 05:15, Entity Reborn wrote: > > Would like to make a request. > Say I pass a configobj section instance of arbitrary depth to a > function/class, I'd like a way to access the base without checking if > .parent.parent == .parent when I need to do this. Could I suggest a .baseobj > to do this? Possibly something that passes an instance of the base object > upon creation, or just do the above comparison. > > > If you need a reference to the top level ConfigOj instance why not just > pass that in as well? > > Michael > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta.http://p.sf.net/sfu/intel-sw-dev > > > _______________________________________________ > Configobj-develop mailing lis...@li...://lists.sourceforge.net/lists/listinfo/configobj-develop > > > > -- http://www.ironpythoninaction.com/http://www.voidspace.org.uk/blog > > READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer. > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > > Point enough, but still would be helpful. :) Another item could be what I submitted my bug report with, namely the stringlist based navigation down the heirarchy of Sections. |