|
From: Entity R. <ent...@gm...> - 2010-03-12 05:15:30
|
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. |