On Feb 6, 2:18 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Wed, 06 Feb 2008 00:59:48 -0200, <[EMAIL PROTECTED]> escribi�:
>
>
>
> > Is it appropriate to use a class as a simple container in order to
> > access attributes using a series of dot operators? Is their a more
> > Pythonic way
On Feb 5, 9:59 pm, [EMAIL PROTECTED] wrote:
> Is it appropriate to use a class as a simple container in order to
> access attributes using a series of dot operators? Is their a more
> Pythonic way of doing this? For instance, I have a "container" class
> which is never instantiated directly, but
Is it appropriate to use a class as a simple container in order to
access attributes using a series of dot operators? Is their a more
Pythonic way of doing this? For instance, I have a "container" class
which is never instantiated directly, but only through another class.
Access to certain attrib